1
0

Update benchmarks to new mzn-bench repository

This commit is contained in:
Jip J. Dekker 2021-02-17 10:18:33 +11:00
parent 435dbd68e0
commit 0fb92bf5ff
No known key found for this signature in database
GPG Key ID: 517DF4A00618C9C3
3 changed files with 3 additions and 3 deletions

View File

@ -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

View File

@ -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"),

View File

@ -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"),