Skip to content
Snippets Groups Projects

added sequencing, added undertime, rounding fixed, timeout check added to CG,...

Merged Koutecká, Pavlína requested to merge sequence into main
14 files
+ 394
156
Compare changes
  • Side-by-side
  • Inline
Files
14
scripts/run.sh 0 → 100644
+ 17
0
#!/bin/bash
#SBATCH --cpus-per-task=4
#SBATCH --mem-per-cpu=16G
#SBATCH --time=4-00:00:00
#SBATCH --partition=compute,bigmem
module purge
module load Python/3.7.2-GCCcore-8.2.0
module load Gurobi/9.0.0
module load SciPy-bundle/2019.10-fosscuda-2019b-Python-3.7.4
pip3 install lightgbm --user
pip3 install PyYAML --user
cd /home/koutepa2/advance-or-scheduling-with-ml/
python validate_instances.py -f $1