Detailed Description
data structure to keep sub-SCIP across runs
Definition at line 93 of file heur_lpface.c.
Data Fields | |
SCIP * | subscip |
SCIP_VAR ** | subvars |
int | nsubvars |
SCIP_Real | objbound |
Field Documentation
◆ subscip
SCIP* SubscipData::subscip |
pointer to store sub-SCIP data structure
Definition at line 95 of file heur_lpface.c.
Referenced by determineVariableFixings(), subscipdataCopySubscip(), subscipdataFreeSubscip(), and subscipdataReset().
◆ subvars
SCIP_VAR** SubscipData::subvars |
array of variables of the sub-problem
Definition at line 96 of file heur_lpface.c.
Referenced by subscipdataCopySubscip(), subscipdataFreeSubscip(), and subscipdataReset().
◆ nsubvars
int SubscipData::nsubvars |
number of sub-problem variables
Definition at line 97 of file heur_lpface.c.
Referenced by subscipdataCopySubscip(), subscipdataFreeSubscip(), and subscipdataReset().
◆ objbound
SCIP_Real SubscipData::objbound |
lower bound on objective for when sub SCIP was created
Definition at line 98 of file heur_lpface.c.
Referenced by subscipdataCopySubscip(), and subscipdataReset().