classic_solve_TSPs_MTZ
Solves TSP in MTZ formulation with Gurobi, saving the objectives and solution times.
- USAGE:
python -m classic_solve_TSPs_MTZ | tee ./run_logs/classic_solutions/TSP_MTZ.log
Relies on TSP_inst.solve_TSP_MTZ()
to actually solve each instance.
Functions
|
Main script code (specifies timeout and filenames). |
|
Wraps a call to TSP-specific routine, records time and other data. |