Rewrite Bellman-Ford and min-cost flow, especially to stop the latter from crashing.
[match/match.git] / program / run
1 #!/bin/bash
2 make && exec ghci Test "$@"