| 156 | } |
| 157 | |
| 158 | int |
| 159 | OptimizationDomain::removeConstraintFunction(int tag) |
| 160 | { |
| 161 | theConstraintFunctionsPtr->removeComponent(tag); |
| 162 | |
| 163 | return 0; |
| 164 | } |
| 165 | |
| 166 | int |
| 167 | OptimizationDomain::removeObjectiveFunction(int tag) |
nothing calls this directly
no test coverage detected