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

Method Preprocessor

src/engine/Preprocessor.cpp:34–40  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

32#endif
33
34Preprocessor::Preprocessor()
35 : _preprocessed( nullptr )
36 , _statistics( NULL )
37 , _lowerBounds( NULL )
38 , _upperBounds( NULL )
39{
40}
41
42Preprocessor::~Preprocessor()
43{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected