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

Method has_inequality_constraints

uno/optimization/OptimizationProblem.cpp:35–37  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

33 }
34
35 bool OptimizationProblem::has_inequality_constraints() const {
36 return this->model.has_inequality_constraints();
37 }
38
39 bool OptimizationProblem::has_bound_constraints() const {
40 return this->model.has_bound_constraints();

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected