|
solver
|
Class that provides access to all environment variables required by the solver. More...
#include <SolverSetting.hpp>
Public Member Functions | |
| void | initialize (const std::string cfg_file, const std::string solver_vars_yaml="solver_variables") |
| int | get (SolverIntParam param) const |
| bool | get (SolverBoolParam param) const |
| double | get (SolverDoubleParam param) const |
| void | set (SolverIntParam param, int value) |
| void | set (SolverBoolParam param, bool value) |
| void | set (SolverDoubleParam param, double value) |
Static Public Attributes | |
| static constexpr double | nan = ((double)0x7ff8000000000000) |
| static constexpr double | inf = ((double)std::numeric_limits<double>::infinity()) |
Class that provides access to all environment variables required by the solver.