| 45 | } |
| 46 | |
| 47 | void OptimizationProblem::postprocess_iterate(Iterate& /*iterate*/) const { |
| 48 | // do nothing |
| 49 | } |
| 50 | |
| 51 | size_t OptimizationProblem::number_jacobian_nonzeros() const { |
| 52 | return this->model.number_jacobian_nonzeros(); |
nothing calls this directly
no outgoing calls
no test coverage detected