Detailed Description
data structure to keep sub-SCIP across runs
Definition at line 100 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 102 of file heur_lpface.c.
Referenced by subscipdataCopySubscip(), subscipdataFreeSubscip(), and subscipdataReset().
◆ subvars
| SCIP_VAR** SubscipData::subvars |
array of variables of the sub-problem
Definition at line 103 of file heur_lpface.c.
Referenced by subscipdataCopySubscip(), subscipdataFreeSubscip(), and subscipdataReset().
◆ nsubvars
| int SubscipData::nsubvars |
number of sub-problem variables
Definition at line 104 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 105 of file heur_lpface.c.
Referenced by subscipdataCopySubscip(), and subscipdataReset().