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

Method setOptimumValue

dart/optimizer/Problem.cpp:290–293  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

288
289//==============================================================================
290void Problem::setOptimumValue(double _val)
291{
292 mOptimumValue = _val;
293}
294
295//==============================================================================
296double Problem::getOptimumValue() const

Callers 4

solveMethod · 0.80
finalize_solutionMethod · 0.80
solveMethod · 0.80
ProblemFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected