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