| 42 | } |
| 43 | |
| 44 | bool PythonModel::has_hessian_matrix() const { |
| 45 | return this->user_model.lagrangian_hessian.has_value(); |
| 46 | } |
| 47 | |
| 48 | double PythonModel::evaluate_objective(const Vector<double>& x) const { |
| 49 | double objective_value = 0.; |
nothing calls this directly
no outgoing calls
no test coverage detected