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

Method getAlgorithm2

dart/optimizer/nlopt/NloptSolver.cpp:232–235  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

230
231//==============================================================================
232NloptSolver::Algorithm NloptSolver::getAlgorithm2() const
233{
234 return convertAlgorithm(mAlg);
235}
236
237//==============================================================================
238#define NLOPTSOLVER_ALGORITHM_DART_TO_NLOPT(alg_name) \

Callers 2

copyMethod · 0.80
NloptSolverFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected