Scippy

SCIP

Solving Constraint Integer Programs

WARMSTARTINFO Struct Reference

Detailed Description

A struct holding information to speed up the solving time for solving a problem again. This is filled by the FSB scoring routine that is run to get the best candidates. It is then read by the actual ALAB routine.

Definition at line 191 of file branch_lookahead.c.

Data Fields

SCIP_LPISTATElpistate
 
SCIP_LPINORMSlpinorms
 
SCIP_Bool primalfeas
 
SCIP_Bool dualfeas
 

Field Documentation

◆ lpistate

SCIP_LPISTATE* WARMSTARTINFO::lpistate

the basis information that may be set before another solve lp call

Definition at line 193 of file branch_lookahead.c.

Referenced by candidateStoreWarmStartInfo(), and warmStartInfoCreate().

◆ lpinorms

SCIP_LPINORMS* WARMSTARTINFO::lpinorms

the norms that may be set before another solve lp call

Definition at line 194 of file branch_lookahead.c.

Referenced by candidateStoreWarmStartInfo().

◆ primalfeas

SCIP_Bool WARMSTARTINFO::primalfeas

indicates whether the solution was primal feasible

Definition at line 195 of file branch_lookahead.c.

Referenced by candidateStoreWarmStartInfo().

◆ dualfeas

SCIP_Bool WARMSTARTINFO::dualfeas

indicates whether the solution was dual feasible

Definition at line 196 of file branch_lookahead.c.

Referenced by candidateStoreWarmStartInfo().