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
|
else
|
||||||
python3 -m venv venv
|
python3 -m venv venv
|
||||||
source venv/bin/activate
|
source venv/bin/activate
|
||||||
python3 -m pip install git+https://github.com/Dekker1/minizinc-slurm
|
python3 -m pip install mzn-bench
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# Set other environment variables and load cluster modules
|
# Set other environment variables and load cluster modules
|
||||||
|
@ -3,7 +3,7 @@ from pathlib import Path
|
|||||||
|
|
||||||
import minizinc
|
import minizinc
|
||||||
|
|
||||||
from minizinc_slurm import Configuration, schedule
|
from mzn_bench import Configuration, schedule
|
||||||
|
|
||||||
schedule(
|
schedule(
|
||||||
instances=Path("./prize.csv"),
|
instances=Path("./prize.csv"),
|
||||||
|
@ -3,7 +3,7 @@ from pathlib import Path
|
|||||||
|
|
||||||
import minizinc
|
import minizinc
|
||||||
|
|
||||||
from minizinc_slurm import Configuration, schedule
|
from mzn_bench import Configuration, schedule
|
||||||
|
|
||||||
schedule(
|
schedule(
|
||||||
instances=Path("./qcp_max.csv"),
|
instances=Path("./qcp_max.csv"),
|
||||||
|
Reference in New Issue
Block a user