| 301 | } |
| 302 | |
| 303 | void PythonModel::postprocess_solution(Iterate& /*iterate*/) const { |
| 304 | // do nothing |
| 305 | } |
| 306 | |
| 307 | size_t PythonModel::number_jacobian_nonzeros() const { |
| 308 | return static_cast<size_t>(this->user_model.number_jacobian_nonzeros); |
nothing calls this directly
no outgoing calls
no test coverage detected