diff options
Diffstat (limited to 'graph.c')
-rw-r--r-- | graph.c | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -65,7 +65,6 @@ graph load_graph_dimacs(FILE *stream) { } fscanf(stream, " %d %d\n", &a, &b); - fprintf(stderr, "Edge: (%d, %d)\n", a, b); a--; b--; set_add_ip(b, k->neighbour[a]); set_add_ip(a, k->neighbour[b]); |