// END_IP_HEADER //
///////////////////////////////////////////////////////////////////////////
-#define VERBOSE
+// #define VERBOSE
#include <iostream>
#include <fstream>
}
// Iterates find_shortest as long as it finds paths of negative
-// lengths. Notes which edges are occupied by the superposition of
-// paths in result_edge_occupation
+// lengths. Returns which edges are occupied by the superposition of
+// paths in result_edge_occupation.
+//
+// **WARNING** this routine changes the values of el, ea, and eb
+// (i.e. the occupied edges are inverted).
void find_best_paths(int nb_vertices,
int nb_edges, scalar_t *el, int *ea, int *eb,
int source, int sink,