MCPcopy Create free account
hub / github.com/PatWie/CppNumericalSolvers / Solver

Method Solver

include/cppoptlib/solver/solver.h:169–172  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

167
168 public:
169 explicit Solver(const ProgressType& stopping_progress =
170 DefaultStoppingSolverProgress<FunctionType, StateType>())
171 : stopping_progress(stopping_progress),
172 step_callback_(NoOpCallback<FunctionType, StateType>()) {}
173
174 virtual ~Solver() = default;
175

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected