SCIP Doxygen Documentation
 
Loading...
Searching...
No Matches
SCIP_SubproblemSolveStat Struct Reference

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(), 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 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 SCIPbendersActivate(), and updateSubproblemStatQueue().