SolverOptionsConstructor struct
#include <gtopt/json/json_solver_options.hpp>
Constructs SolverOptions from nullable JSON fields, applying defaults.
Public functions
- auto operator()(OptLPAlgo algorithm, OptInt threads, OptBool presolve, OptReal optimal_eps, OptReal feasible_eps, OptReal barrier_eps, OptInt log_level, OptSolverLogMode log_mode, OptReal time_limit, OptBool reuse_basis, OptSolverScaling scaling, OptInt max_fallbacks) const -> SolverOptions