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

Method getObjective

dart/optimizer/Problem.cpp:212–215  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

210
211//==============================================================================
212FunctionPtr Problem::getObjective() const
213{
214 return mObjective;
215}
216
217//==============================================================================
218void Problem::addEqConstraint(FunctionPtr _eqConst)

Callers 9

solveMethod · 0.45
eval_fMethod · 0.45
eval_grad_fMethod · 0.45
solveMethod · 0.45
InverseKinematicsFunction · 0.45
ProblemFunction · 0.45
initializeMethod · 0.45
initializeMethod · 0.45
initializeMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected