==============================================================================
| 294 | |
| 295 | //============================================================================== |
| 296 | double Problem::getOptimumValue() const |
| 297 | { |
| 298 | return mOptimumValue; |
| 299 | } |
| 300 | |
| 301 | //============================================================================== |
| 302 | void Problem::setOptimalSolution(const Eigen::VectorXd& _optParam) |
no outgoing calls