Guillotine Cut solver for ROADEF Challenge 2018 by team J29.
The problem was proposed by ROADEF/EURO, and you can download the Problem Description in ROADEF official site.
make
- Test environment is Ubuntu 18.04.
- -t time_limit to stop the program execution after time_limit seconds (caution: this is "real time", not cputime).
- -p instance_name to load the data associated with the instance.
- -o new_solution_filename to designate the result file.
- -name to return the teamId that is the author of the executable (if it is the only option the executable returns the team identifier and quits).
- -s seed force program with random to be deterministic.
./challengeSG -t 180 -p Instance/A1 -o Solution180/A1_solution.csv