MCPcopy Create free account
hub / github.com/dartsim/dart / removeAllIneqConstraints

Method removeAllIneqConstraints

dart/optimizer/Problem.cpp:283–287  ·  view source on GitHub ↗

==============================================================================

Source from the content-addressed store, hash-verified

281
282//==============================================================================
283void Problem::removeAllIneqConstraints()
284{
285 // TODO(JS): Need to delete?
286 mIneqConstraints.clear();
287}
288
289//==============================================================================
290void Problem::setOptimumValue(double _val)

Callers 5

cloneMethod · 0.80
resetProblemMethod · 0.80
resetProblemMethod · 0.80
copyOverSetupMethod · 0.80
ProblemFunction · 0.80

Calls 1

clearMethod · 0.45

Tested by

no test coverage detected