represents limits for the sub-SCIP solving process
Definition at line 172 of file heur_gins.c.
Data Fields | |
SCIP_Longint | nodelimit |
SCIP_Real | memorylimit |
SCIP_Real | timelimit |
SCIP_Longint SolveLimits::nodelimit |
maximum number of solving nodes for the sub-SCIP
Definition at line 174 of file heur_gins.c.
Referenced by determineLimits().
SCIP_Real SolveLimits::memorylimit |
memory limit for the sub-SCIP
Definition at line 175 of file heur_gins.c.
Referenced by determineLimits().
SCIP_Real SolveLimits::timelimit |
time limit for the sub-SCIP
Definition at line 176 of file heur_gins.c.
Referenced by determineLimits().