Detailed Description
statistics for solving the subproblems. Used for prioritising the solving of the subproblem
Definition at line 168 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 170 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 171 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 172 of file struct_benders.h.
Referenced by SCIP_DECL_SORTPTRCOMP(), SCIPbendersActivate(), and updateSubproblemStatQueue().