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

Method MaxConstraint

src/engine/MaxConstraint.cpp:34–44  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

32#endif
33
34MaxConstraint::MaxConstraint( unsigned f, const Set<unsigned> &elements )
35 : PiecewiseLinearConstraint( elements.size() )
36 , _f( f )
37 , _elements( elements )
38 , _initialElements( elements )
39 , _obsolete( false )
40 , _maxLowerBound( FloatUtils::negativeInfinity() )
41 , _haveFeasibleEliminatedPhases( false )
42 , _maxValueOfEliminatedPhases( FloatUtils::negativeInfinity() )
43{
44}
45
46MaxConstraint::MaxConstraint( const String &serializedMax )
47{

Callers

nothing calls this directly

Calls 9

MaxConstraintClass · 0.85
substringMethod · 0.80
lengthMethod · 0.80
tokenizeMethod · 0.80
asciiMethod · 0.80
StringClass · 0.70
sizeMethod · 0.45
beginMethod · 0.45
insertMethod · 0.45

Tested by

no test coverage detected