Detailed Description
parameters that are set to solve the subproblem. This will be changed from what the user inputs, so they are stored and reset after the solving loop.
Definition at line 177 of file struct_benders.h.
#include <struct_benders.h>
Data Fields | |
SCIP_Real | limits_memory |
SCIP_Real | limits_time |
int | cons_linear_propfreq |
int | lp_disablecutoff |
int | lp_scaling |
int | prop_maxrounds |
int | prop_maxroundsroot |
char | lp_initalg |
char | lp_resolvealg |
SCIP_Bool | conflict_enable |
SCIP_Bool | lp_alwaysgetduals |
SCIP_Bool | misc_catchctrlc |
SCIP_Bool | misc_scaleobj |
Field Documentation
◆ limits_memory
SCIP_Real SCIP_SubproblemParams::limits_memory |
Definition at line 179 of file struct_benders.h.
Referenced by resetOrigSubproblemParams(), and storeOrigSubproblemParams().
◆ limits_time
SCIP_Real SCIP_SubproblemParams::limits_time |
Definition at line 180 of file struct_benders.h.
Referenced by resetOrigSubproblemParams(), and storeOrigSubproblemParams().
◆ cons_linear_propfreq
int SCIP_SubproblemParams::cons_linear_propfreq |
Definition at line 181 of file struct_benders.h.
Referenced by resetOrigSubproblemParams(), and storeOrigSubproblemParams().
◆ lp_disablecutoff
int SCIP_SubproblemParams::lp_disablecutoff |
Definition at line 182 of file struct_benders.h.
Referenced by resetOrigSubproblemParams(), and storeOrigSubproblemParams().
◆ lp_scaling
int SCIP_SubproblemParams::lp_scaling |
Definition at line 183 of file struct_benders.h.
Referenced by resetOrigSubproblemParams(), and storeOrigSubproblemParams().
◆ prop_maxrounds
int SCIP_SubproblemParams::prop_maxrounds |
Definition at line 184 of file struct_benders.h.
Referenced by resetOrigSubproblemParams(), and storeOrigSubproblemParams().
◆ prop_maxroundsroot
int SCIP_SubproblemParams::prop_maxroundsroot |
Definition at line 185 of file struct_benders.h.
Referenced by resetOrigSubproblemParams(), and storeOrigSubproblemParams().
◆ lp_initalg
char SCIP_SubproblemParams::lp_initalg |
Definition at line 186 of file struct_benders.h.
Referenced by resetOrigSubproblemParams(), and storeOrigSubproblemParams().
◆ lp_resolvealg
char SCIP_SubproblemParams::lp_resolvealg |
Definition at line 187 of file struct_benders.h.
Referenced by resetOrigSubproblemParams(), and storeOrigSubproblemParams().
◆ conflict_enable
SCIP_Bool SCIP_SubproblemParams::conflict_enable |
Definition at line 188 of file struct_benders.h.
Referenced by resetOrigSubproblemParams(), and storeOrigSubproblemParams().
◆ lp_alwaysgetduals
SCIP_Bool SCIP_SubproblemParams::lp_alwaysgetduals |
Definition at line 189 of file struct_benders.h.
Referenced by resetOrigSubproblemParams(), and storeOrigSubproblemParams().
◆ misc_catchctrlc
SCIP_Bool SCIP_SubproblemParams::misc_catchctrlc |
Definition at line 190 of file struct_benders.h.
Referenced by resetOrigSubproblemParams(), and storeOrigSubproblemParams().
◆ misc_scaleobj
SCIP_Bool SCIP_SubproblemParams::misc_scaleobj |
Definition at line 191 of file struct_benders.h.
Referenced by resetOrigSubproblemParams(), and storeOrigSubproblemParams().