==============================================================================
| 169 | |
| 170 | //============================================================================== |
| 171 | TEST(ZDT1, Basic) |
| 172 | { |
| 173 | #if HAVE_PAGMO |
| 174 | PagmoMultiObjectiveSolver pagmoSolver; |
| 175 | testZDT1(pagmoSolver); |
| 176 | testZDT1Generic(pagmoSolver); |
| 177 | #endif |
| 178 | } |
| 179 | |
| 180 | //============================================================================== |
| 181 | class MinimalMOProblem : public MultiObjectiveProblem |
nothing calls this directly
no test coverage detected