Scippy

    SCIP

    Solving Constraint Integer Programs

    STATUS Struct Reference

    Detailed Description

    information about the current status of the branching

    Definition at line 1784 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 1786 of file branch_lookahead.c.

    Referenced by SCIP_DECL_BRANCHEXECLP(), and selectVarStart().

    ◆ depthtoosmall

    SCIP_Bool STATUS::depthtoosmall

    was the remaining depth too small to branch on?

    Definition at line 1787 of file branch_lookahead.c.

    Referenced by SCIP_DECL_BRANCHEXECLP(), and selectVarStart().

    ◆ lperror

    SCIP_Bool STATUS::lperror

    did an error occur while solving an LP

    Definition at line 1788 of file branch_lookahead.c.

    Referenced by executeBranching(), executeBranchingRecursive(), isBranchFurther(), SCIP_DECL_BRANCHEXECLP(), selectVarRecursive(), and selectVarStart().

    ◆ cutoff

    SCIP_Bool STATUS::cutoff

    ◆ domredcutoff

    SCIP_Bool STATUS::domredcutoff

    was the current node cut off due to domain reductions?

    Definition at line 1790 of file branch_lookahead.c.

    Referenced by SCIP_DECL_BRANCHEXECLP(), and selectVarStart().

    ◆ domred

    SCIP_Bool STATUS::domred

    were domain reductions added due to information obtained through branching?

    Definition at line 1791 of file branch_lookahead.c.

    Referenced by executeBranchingRecursive(), isBranchFurther(), SCIP_DECL_BRANCHEXECLP(), selectVarRecursive(), and selectVarStart().

    ◆ limitreached

    SCIP_Bool STATUS::limitreached

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

    Definition at line 1793 of file branch_lookahead.c.

    Referenced by executeBranching(), executeBranchingRecursive(), isBranchFurther(), SCIP_DECL_BRANCHEXECLP(), and selectVarRecursive().

    ◆ maxnconsreached

    SCIP_Bool STATUS::maxnconsreached

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

    Definition at line 1794 of file branch_lookahead.c.

    Referenced by isBranchFurther(), SCIP_DECL_BRANCHEXECLP(), selectVarRecursive(), and selectVarStart().