tangled
alpha
login
or
join now
dekker.one
/
half-reif-benchmarks
0
fork
atom
The models, scripts, and results of the benchmarks performed for a Half Reification Journal paper
0
fork
atom
overview
issues
pulls
pipelines
Build custom (relevant) development version of MiniZinc
dekker.one
5 years ago
c6789ffb
586f7516
+7
1 changed file
expand all
collapse all
unified
split
bench_env.sh
+7
bench_env.sh
···
13
13
fi
14
14
15
15
# Set other environment variables and load cluster modules
16
16
+
module load Bison
17
17
+
module load CMake
18
18
+
module load Cbc/2.10.5-foss-2020a
19
19
+
module load flex
20
20
+
module load Gecode/431520083a51fc2f31c22fbc7b0378e7a1588e42-GCCcore-9.3.0
21
21
+
module load Gurobi/9.1.0
22
22
+
16
23
cmake -S software/minizinc -B software/minizinc/build -DCMAKE_INSTALL_PREFIX=`pwd`/software/install/
17
24
cmake --build software/minizinc/build --config Release --target install
18
25
cmake -S software/chuffed -B software/chuffed/build -DCMAKE_INSTALL_PREFIX=`pwd`/software/install/