daw::json::SolverOptionsConstructor struct

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