data structure to keep sub-SCIP across runs
Definition at line 68 of file heur_lpface.c.
Data Fields | |
SCIP * | subscip |
SCIP_VAR ** | subvars |
int | nsubvars |
SCIP_Real | objbound |
SCIP* SubscipData::subscip |
pointer to store sub-SCIP data structure
Definition at line 70 of file heur_lpface.c.
Referenced by subscipdataCopySubscip(), subscipdataFreeSubscip(), and subscipdataReset().
SCIP_VAR** SubscipData::subvars |
array of variables of the sub-problem
Definition at line 71 of file heur_lpface.c.
Referenced by subscipdataCopySubscip(), subscipdataFreeSubscip(), and subscipdataReset().
int SubscipData::nsubvars |
number of sub-problem variables
Definition at line 72 of file heur_lpface.c.
Referenced by subscipdataCopySubscip(), subscipdataFreeSubscip(), and subscipdataReset().
SCIP_Real SubscipData::objbound |
lower bound on objective for when sub SCIP was created
Definition at line 73 of file heur_lpface.c.
Referenced by subscipdataCopySubscip(), and subscipdataReset().