==============================================================================
| 274 | |
| 275 | //============================================================================== |
| 276 | void Problem::removeAllEqConstraints() |
| 277 | { |
| 278 | // TODO(JS): Need to delete? |
| 279 | mEqConstraints.clear(); |
| 280 | } |
| 281 | |
| 282 | //============================================================================== |
| 283 | void Problem::removeAllIneqConstraints() |
no test coverage detected