- Add code to visualize an instance and matching as a graph (bipartite, rather
[match/match.git] / program / run-optimized
1 #!/bin/bash
2 make all-optimized && exec ghci -hisuf O.hi -osuf O.o Test "$@"