- Add code to visualize an instance and matching as a graph (bipartite, rather
[match/match.git] / program / run-optimized
diff --git a/program/run-optimized b/program/run-optimized
new file mode 100755 (executable)
index 0000000..26846df
--- /dev/null
@@ -0,0 +1,2 @@
+#!/bin/bash
+make all-optimized && exec ghci -hisuf O.hi -osuf O.o Test "$@"