| 95 | |
| 96 | |
| 97 | bool |
| 98 | OptimizationDomain::addObjectiveFunction(ObjectiveFunction *theObjectiveFunction) |
| 99 | { |
| 100 | bool result = theObjectiveFunctionsPtr->addComponent((TaggedObject *)theObjectiveFunction); |
| 101 | return result; |
| 102 | } |
| 103 | |
| 104 | |
| 105 |
no test coverage detected