Skip to content

Commit

Permalink
LABS, n = 30 without cutoff, no cuts, TTS = 11s
Browse files Browse the repository at this point in the history
  • Loading branch information
hhijazi committed Nov 8, 2023
1 parent 0440f41 commit f0afa82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/GurobiProgram.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -516,7 +516,7 @@ bool GurobiProgram::solve(bool relax, double mipgap, double time_limit){

grb_mod->set(GRB_DoubleParam_TimeLimit,time_limit);
grb_mod->set(GRB_IntParam_OutputFlag,1);
grb_mod->set(GRB_DoubleParam_Cutoff,59);
// grb_mod->set(GRB_DoubleParam_Cutoff,59);
// grb_mod->set(GRB_IntParam_MinRelNodes,0);
// grb_mod->set(GRB_DoubleParam_Heuristics, 1);
// grb_mod->set(GRB_DoubleParam_NoRelHeurTime, 5);
Expand Down

0 comments on commit f0afa82

Please sign in to comment.