Detailed Description
information about the current status of the branching
Definition at line 1473 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 1475 of file branch_lookahead.c.
Referenced by selectVarStart().
◆ depthtoosmall
SCIP_Bool STATUS::depthtoosmall |
was the remaining depth too small to branch on?
Definition at line 1476 of file branch_lookahead.c.
Referenced by selectVarStart().
◆ lperror
SCIP_Bool STATUS::lperror |
did an error occur while solving an LP
Definition at line 1477 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 1478 of file branch_lookahead.c.
Referenced by areBoundsChanged(), executeBranchingRecursive(), selectVarRecursive(), and selectVarStart().
◆ domredcutoff
SCIP_Bool STATUS::domredcutoff |
was the current node cut off due to domain reductions?
Definition at line 1479 of file branch_lookahead.c.
Referenced by selectVarStart().
◆ domred
SCIP_Bool STATUS::domred |
were domain reductions added due to information obtained through branching?
Definition at line 1480 of file branch_lookahead.c.
Referenced by areBoundsChanged(), selectVarRecursive(), and selectVarStart().
◆ limitreached
SCIP_Bool STATUS::limitreached |
was a limit (time, node, user, ...) reached?
Definition at line 1482 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 1483 of file branch_lookahead.c.
Referenced by areBoundsChanged(), and selectVarRecursive().