Update benchmarks to new mzn-bench repository
This commit is contained in:
parent
435dbd68e0
commit
0fb92bf5ff
@ -9,7 +9,7 @@ if [ -d venv ]; then
|
||||
else
|
||||
python3 -m venv venv
|
||||
source venv/bin/activate
|
||||
python3 -m pip install git+https://github.com/Dekker1/minizinc-slurm
|
||||
python3 -m pip install mzn-bench
|
||||
fi
|
||||
|
||||
# Set other environment variables and load cluster modules
|
||||
|
@ -3,7 +3,7 @@ from pathlib import Path
|
||||
|
||||
import minizinc
|
||||
|
||||
from minizinc_slurm import Configuration, schedule
|
||||
from mzn_bench import Configuration, schedule
|
||||
|
||||
schedule(
|
||||
instances=Path("./prize.csv"),
|
||||
|
@ -3,7 +3,7 @@ from pathlib import Path
|
||||
|
||||
import minizinc
|
||||
|
||||
from minizinc_slurm import Configuration, schedule
|
||||
from mzn_bench import Configuration, schedule
|
||||
|
||||
schedule(
|
||||
instances=Path("./qcp_max.csv"),
|
||||
|
Reference in New Issue
Block a user