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

Method removeAllEqConstraints

dart/optimizer/Problem.cpp:276–280  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

274
275//==============================================================================
276void Problem::removeAllEqConstraints()
277{
278 // TODO(JS): Need to delete?
279 mEqConstraints.clear();
280}
281
282//==============================================================================
283void Problem::removeAllIneqConstraints()

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