scyther/src/warshall.h
ccremers 05ee3f7f0a - Added a new warshall. Compare with previous version at home.
- Rewrote the bind_to_*_run functions.
2004-08-16 09:50:37 +00:00

5 lines
92 B
C

void graph_fill (int *graph, int nodes, int value);
int warshall (int *graph, int nodes);