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

Method setProblem

dart/optimizer/Solver.cpp:106–109  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

104
105//==============================================================================
106void Solver::setProblem(std::shared_ptr<Problem> _newProblem)
107{
108 mProperties.mProblem = _newProblem;
109}
110
111//==============================================================================
112std::shared_ptr<Problem> Solver::getProblem() const

Callers 5

setSolverMethod · 0.45
setSolverMethod · 0.45
PySolverClass · 0.45
testZDT1Function · 0.45
testZDT1GenericFunction · 0.45

Calls

no outgoing calls

Tested by 2

testZDT1Function · 0.36
testZDT1GenericFunction · 0.36