| 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 |
nothing calls this directly
no outgoing calls
no test coverage detected