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