==============================================================================
| 210 | |
| 211 | //============================================================================== |
| 212 | FunctionPtr Problem::getObjective() const |
| 213 | { |
| 214 | return mObjective; |
| 215 | } |
| 216 | |
| 217 | //============================================================================== |
| 218 | void Problem::addEqConstraint(FunctionPtr _eqConst) |
no outgoing calls
no test coverage detected