Scippy

SCIP

Solving Constraint Integer Programs

SCIP_SubproblemParams Struct Reference

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 118 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 120 of file struct_benders.h.

Referenced by resetOrigSubproblemParams(), and storeOrigSubproblemParams().

◆ limits_time

SCIP_Real SCIP_SubproblemParams::limits_time

Definition at line 121 of file struct_benders.h.

Referenced by resetOrigSubproblemParams(), and storeOrigSubproblemParams().

◆ cons_linear_propfreq

int SCIP_SubproblemParams::cons_linear_propfreq

Definition at line 122 of file struct_benders.h.

Referenced by resetOrigSubproblemParams(), and storeOrigSubproblemParams().

◆ lp_disablecutoff

int SCIP_SubproblemParams::lp_disablecutoff

Definition at line 123 of file struct_benders.h.

Referenced by resetOrigSubproblemParams(), and storeOrigSubproblemParams().

◆ lp_scaling

int SCIP_SubproblemParams::lp_scaling

Definition at line 124 of file struct_benders.h.

Referenced by resetOrigSubproblemParams(), and storeOrigSubproblemParams().

◆ prop_maxrounds

int SCIP_SubproblemParams::prop_maxrounds

Definition at line 125 of file struct_benders.h.

Referenced by resetOrigSubproblemParams(), and storeOrigSubproblemParams().

◆ prop_maxroundsroot

int SCIP_SubproblemParams::prop_maxroundsroot

Definition at line 126 of file struct_benders.h.

Referenced by resetOrigSubproblemParams(), and storeOrigSubproblemParams().

◆ lp_initalg

char SCIP_SubproblemParams::lp_initalg

Definition at line 127 of file struct_benders.h.

Referenced by resetOrigSubproblemParams(), and storeOrigSubproblemParams().

◆ lp_resolvealg

char SCIP_SubproblemParams::lp_resolvealg

Definition at line 128 of file struct_benders.h.

Referenced by resetOrigSubproblemParams(), and storeOrigSubproblemParams().

◆ conflict_enable

SCIP_Bool SCIP_SubproblemParams::conflict_enable

Definition at line 129 of file struct_benders.h.

Referenced by resetOrigSubproblemParams(), and storeOrigSubproblemParams().

◆ lp_alwaysgetduals

SCIP_Bool SCIP_SubproblemParams::lp_alwaysgetduals

Definition at line 130 of file struct_benders.h.

Referenced by resetOrigSubproblemParams(), and storeOrigSubproblemParams().

◆ misc_catchctrlc

SCIP_Bool SCIP_SubproblemParams::misc_catchctrlc

Definition at line 131 of file struct_benders.h.

Referenced by resetOrigSubproblemParams(), and storeOrigSubproblemParams().

◆ misc_scaleobj

SCIP_Bool SCIP_SubproblemParams::misc_scaleobj

Definition at line 132 of file struct_benders.h.

Referenced by resetOrigSubproblemParams(), and storeOrigSubproblemParams().