Scippy

SCIP

Solving Constraint Integer Programs

SolveLimits Struct Reference

Detailed Description

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
 

Field Documentation

◆ nodelimit

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().

◆ memorylimit

SCIP_Real SolveLimits::memorylimit

memory limit for the sub-SCIP

Definition at line 175 of file heur_gins.c.

Referenced by determineLimits().

◆ timelimit

SCIP_Real SolveLimits::timelimit

time limit for the sub-SCIP

Definition at line 176 of file heur_gins.c.

Referenced by determineLimits().