Scippy

    SCIP

    Solving Constraint Integer Programs

    SCIP_SubproblemSolveStat Struct Reference

    Detailed Description

    statistics for solving the subproblems. Used for prioritising the solving of the subproblem

    Definition at line 193 of file struct_benders.h.

    #include <struct_benders.h>

    Data Fields

    int idx
     
    int ncalls
     
    SCIP_Real avgiter
     

    Field Documentation

    ◆ idx

    int SCIP_SubproblemSolveStat::idx

    the index of the subproblem

    Definition at line 195 of file struct_benders.h.

    Referenced by createSolveSubproblemIndexList(), SCIP_DECL_SORTPTRCOMP(), SCIPbendersActivate(), and updateSubproblemStatQueue().

    ◆ ncalls

    int SCIP_SubproblemSolveStat::ncalls

    the number of times this subproblems has been solved

    Definition at line 196 of file struct_benders.h.

    Referenced by SCIP_DECL_SORTPTRCOMP(), SCIPbendersActivate(), and updateSubproblemStatQueue().

    ◆ avgiter

    SCIP_Real SCIP_SubproblemSolveStat::avgiter

    the average number of LP/NLP iterations performed

    Definition at line 197 of file struct_benders.h.

    Referenced by SCIP_DECL_SORTPTRCOMP(), SCIPbendersActivate(), and updateSubproblemStatQueue().