| 87 | |
| 88 | |
| 89 | bool |
| 90 | OptimizationDomain::addConstraintFunction(ConstraintFunction *theConstraintFunction) |
| 91 | { |
| 92 | bool result = theConstraintFunctionsPtr->addComponent((TaggedObject *)theConstraintFunction); |
| 93 | return result; |
| 94 | } |
| 95 | |
| 96 | |
| 97 | bool |
no test coverage detected