MCPcopy Create free account
hub / github.com/NeuralNetworkVerification/Marabou / transformConstraintsIfNeeded

Method transformConstraintsIfNeeded

src/engine/Preprocessor.cpp:210–214  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

208}
209
210void Preprocessor::transformConstraintsIfNeeded()
211{
212 for ( auto &plConstraint : _preprocessed->getPiecewiseLinearConstraints() )
213 plConstraint->transformToUseAuxVariables( *_preprocessed );
214}
215
216void Preprocessor::removeRedundantAddendsInAllEquations()
217{

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected