gtopt::CascadeLevelMethod struct

Solver options for one cascade level.

Public functions

auto merge(const CascadeLevelMethod& opts) -> void

Public variables

std::optional<Array<Uid>> apertures
Aperture UIDs for this level (nullopt = inherit, empty = Benders).
OptReal convergence_tol
Convergence tolerance for this level.
OptInt max_iterations
Maximum iterations for this level.
OptInt min_iterations
Minimum iterations before convergence can be declared.