4 # include <tpl_graph.H>
31 bool test_graph(GT & g)
33 I(not g.is_digraph());
36 if ((g.get_num_arcs(it.get_curr()) % 2) == 1)
42 bool test_digraph(GT & g)
46 g.reset_counter_nodes();
54 typename GT::Node * p = it.get_curr();
72 bool operator () (GT & g)
75 return test_digraph(g);
Definition: tpl_graph.H:751
#define NODE_COUNTER(p)
Definition: aleph-graph.H:226
Definition: tpl_graph.H:794
Definition: tpl_graph.H:634
void next()
Adelanta el iterador una posición.
Definition: filter_iterator.H:143
Definition: tpl_graph.H:814
Definition: eulerian.H:26