| 208 | } |
| 209 | |
| 210 | void Preprocessor::transformConstraintsIfNeeded() |
| 211 | { |
| 212 | for ( auto &plConstraint : _preprocessed->getPiecewiseLinearConstraints() ) |
| 213 | plConstraint->transformToUseAuxVariables( *_preprocessed ); |
| 214 | } |
| 215 | |
| 216 | void Preprocessor::removeRedundantAddendsInAllEquations() |
| 217 | { |
nothing calls this directly
no test coverage detected