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

Method ~Solver

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

Source from the content-addressed store, hash-verified

172 step_callback_(NoOpCallback<FunctionType, StateType>()) {}
173
174 virtual ~Solver() = default;
175
176 void SetCallback(CallbackType callback) { step_callback_ = callback; }
177

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected