MCPcopy Create free account
hub / github.com/cvanaret/Uno / evaluate_objective

Method evaluate_objective

uno/model/HomogeneousEqualityConstrainedModel.cpp:61–63  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

59 }
60
61 double HomogeneousEqualityConstrainedModel::evaluate_objective(const Vector<double>& x) const {
62 return this->model.evaluate_objective(x);
63 }
64
65 void HomogeneousEqualityConstrainedModel::evaluate_constraints(const Vector<double>& x, Vector<double>& constraints) const {
66 this->model.evaluate_constraints(x, constraints);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected