30 # include <tpl_graph.H> 57 bool test_graph(GT & g)
59 assert(not g.is_digraph());
62 if ((g.get_num_arcs(it.get_curr_ne()) % 2) == 1)
68 bool test_digraph(GT & g)
70 assert(g.is_digraph());
72 g.reset_counter_nodes();
80 typename GT::Node * p = it.get_curr_ne();
97 bool operator () (GT & g)
100 return test_digraph(g);
102 return test_graph(g);
109 # endif // EULERIAN_H Definition: tpl_graph.H:1225
#define NODE_COUNTER(p)
Definition: aleph-graph.H:311
Definition: tpl_graph.H:1257
Definition: tpl_graph.H:1063
Definition: tpl_graph.H:1270
Definition: eulerian.H:52