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 202 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 204 of file struct_benders.h.
Referenced by resetOrigSubproblemParams(), and storeOrigSubproblemParams().
◆ limits_time
| SCIP_Real SCIP_SubproblemParams::limits_time |
Definition at line 205 of file struct_benders.h.
Referenced by resetOrigSubproblemParams(), and storeOrigSubproblemParams().
◆ cons_linear_propfreq
| int SCIP_SubproblemParams::cons_linear_propfreq |
Definition at line 206 of file struct_benders.h.
Referenced by resetOrigSubproblemParams(), and storeOrigSubproblemParams().
◆ lp_disablecutoff
| int SCIP_SubproblemParams::lp_disablecutoff |
Definition at line 207 of file struct_benders.h.
Referenced by resetOrigSubproblemParams(), and storeOrigSubproblemParams().
◆ lp_scaling
| int SCIP_SubproblemParams::lp_scaling |
Definition at line 208 of file struct_benders.h.
Referenced by resetOrigSubproblemParams(), and storeOrigSubproblemParams().
◆ prop_maxrounds
| int SCIP_SubproblemParams::prop_maxrounds |
Definition at line 209 of file struct_benders.h.
Referenced by resetOrigSubproblemParams(), and storeOrigSubproblemParams().
◆ prop_maxroundsroot
| int SCIP_SubproblemParams::prop_maxroundsroot |
Definition at line 210 of file struct_benders.h.
Referenced by resetOrigSubproblemParams(), and storeOrigSubproblemParams().
◆ lp_initalg
| char SCIP_SubproblemParams::lp_initalg |
Definition at line 211 of file struct_benders.h.
Referenced by resetOrigSubproblemParams(), and storeOrigSubproblemParams().
◆ lp_resolvealg
| char SCIP_SubproblemParams::lp_resolvealg |
Definition at line 212 of file struct_benders.h.
Referenced by resetOrigSubproblemParams(), and storeOrigSubproblemParams().
◆ conflict_enable
| SCIP_Bool SCIP_SubproblemParams::conflict_enable |
Definition at line 213 of file struct_benders.h.
Referenced by resetOrigSubproblemParams(), and storeOrigSubproblemParams().
◆ lp_alwaysgetduals
| SCIP_Bool SCIP_SubproblemParams::lp_alwaysgetduals |
Definition at line 214 of file struct_benders.h.
Referenced by resetOrigSubproblemParams(), and storeOrigSubproblemParams().
◆ misc_catchctrlc
| SCIP_Bool SCIP_SubproblemParams::misc_catchctrlc |
Definition at line 215 of file struct_benders.h.
Referenced by resetOrigSubproblemParams(), and storeOrigSubproblemParams().
◆ misc_scaleobj
| SCIP_Bool SCIP_SubproblemParams::misc_scaleobj |
Definition at line 216 of file struct_benders.h.
Referenced by resetOrigSubproblemParams(), and storeOrigSubproblemParams().