gtopt::CascadeLevelStats struct

Statistics collected for each cascade level after solving.

Public variables

bool converged
Whether convergence tolerance was met.
int cuts_added
Total cuts added across all iterations.
double elapsed_s
Wall-clock time for this level.
double gap
Final relative gap.
int iterations
Number of SDDP iterations (excludes final fwd pass)
double lower_bound
Final lower bound.
std::string name
Level name (from config or auto-generated)
double upper_bound
Final upper bound.