The models, scripts, and results of the benchmarks performed for a Half Reification Journal paper

Build custom (relevant) development version of MiniZinc

+7
+7
bench_env.sh
··· 13 13 fi 14 14 15 15 # Set other environment variables and load cluster modules 16 + module load Bison 17 + module load CMake 18 + module load Cbc/2.10.5-foss-2020a 19 + module load flex 20 + module load Gecode/431520083a51fc2f31c22fbc7b0378e7a1588e42-GCCcore-9.3.0 21 + module load Gurobi/9.1.0 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/