SolveLimits Struct Reference
Detailed Description
represents limits for the sub-SCIP solving process
Definition at line 442 of file heur_alns.c.
Data Fields | |
SCIP_Longint | nodelimit |
SCIP_Real | memorylimit |
SCIP_Real | timelimit |
SCIP_Longint | stallnodes |
Field Documentation
◆ nodelimit
SCIP_Longint SolveLimits::nodelimit |
maximum number of solving nodes for the sub-SCIP
Definition at line 444 of file heur_alns.c.
Referenced by determineLimits(), SCIP_DECL_HEUREXEC(), setLimits(), and setupSubScip().
◆ memorylimit
SCIP_Real SolveLimits::memorylimit |
memory limit for the sub-SCIP
Definition at line 445 of file heur_alns.c.
Referenced by determineLimits(), and setLimits().
◆ timelimit
SCIP_Real SolveLimits::timelimit |
time limit for the sub-SCIP
Definition at line 446 of file heur_alns.c.
Referenced by determineLimits(), setLimits(), and setupSubScip().
◆ stallnodes
SCIP_Longint SolveLimits::stallnodes |
maximum number of nodes without (primal) stalling
Definition at line 447 of file heur_alns.c.
Referenced by determineLimits(), setLimits(), and setupSubScip().