main instance
This commit is contained in:
6
util/solve_instance.sh
Executable file
6
util/solve_instance.sh
Executable file
@@ -0,0 +1,6 @@
|
||||
#!/bin/bash
|
||||
|
||||
dir_path=$(dirname $(realpath $0))
|
||||
glucose_bin="${dir_path}/glucose"
|
||||
|
||||
bzip2 -d < ${1} | ${glucose_bin}
|
Reference in New Issue
Block a user