main instance

This commit is contained in:
Tom
2021-02-09 01:37:52 +01:00
parent 71d6af3978
commit 0a67799488
2 changed files with 102 additions and 0 deletions

6
util/solve_instance.sh Executable file
View File

@@ -0,0 +1,6 @@
#!/bin/bash
dir_path=$(dirname $(realpath $0))
glucose_bin="${dir_path}/glucose"
bzip2 -d < ${1} | ${glucose_bin}