Scippy

SCIP

Solving Constraint Integer Programs

STATUS Struct Reference

Detailed Description

information about the current status of the branching

Definition at line 1787 of file branch_lookahead.c.

Data Fields

SCIP_Bool addedbinconss
 
SCIP_Bool depthtoosmall
 
SCIP_Bool lperror
 
SCIP_Bool cutoff
 
SCIP_Bool domredcutoff
 
SCIP_Bool domred
 
SCIP_Bool limitreached
 
SCIP_Bool maxnconsreached
 

Field Documentation

◆ addedbinconss

SCIP_Bool STATUS::addedbinconss

were binary constraints added?

Definition at line 1789 of file branch_lookahead.c.

◆ depthtoosmall

SCIP_Bool STATUS::depthtoosmall

was the remaining depth too small to branch on?

Definition at line 1790 of file branch_lookahead.c.

◆ lperror

SCIP_Bool STATUS::lperror

did an error occur while solving an LP

Definition at line 1791 of file branch_lookahead.c.

Referenced by areBoundsChanged(), executeBranchingRecursive(), and selectVarRecursive().

◆ cutoff

SCIP_Bool STATUS::cutoff

was the current node cut off?

Definition at line 1792 of file branch_lookahead.c.

Referenced by areBoundsChanged(), executeBranchingRecursive(), filterCandidates(), and selectVarRecursive().

◆ domredcutoff

SCIP_Bool STATUS::domredcutoff

was the current node cut off due to domain reductions?

Definition at line 1793 of file branch_lookahead.c.

◆ domred

SCIP_Bool STATUS::domred

were domain reductions added due to information obtained through branching?

Definition at line 1794 of file branch_lookahead.c.

Referenced by areBoundsChanged(), executeBranchingRecursive(), and selectVarRecursive().

◆ limitreached

SCIP_Bool STATUS::limitreached

was a limit (time, node, user, ...) reached?

Definition at line 1796 of file branch_lookahead.c.

Referenced by areBoundsChanged(), executeBranchingRecursive(), and selectVarRecursive().

◆ maxnconsreached

SCIP_Bool STATUS::maxnconsreached

was the max number of constraints (bin conss and dom red) reached?

Definition at line 1797 of file branch_lookahead.c.

Referenced by areBoundsChanged(), and selectVarRecursive().