==============================================================================
| 90 | |
| 91 | //============================================================================== |
| 92 | std::size_t MultiObjectiveProblem::getSolutionDimension() const |
| 93 | { |
| 94 | return mDimension; |
| 95 | } |
| 96 | |
| 97 | //============================================================================== |
| 98 | std::size_t MultiObjectiveProblem::getDoubleDimension() const |
no outgoing calls