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

Method SignConstraint

src/engine/SignConstraint.cpp:33–40  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

31#endif
32
33SignConstraint::SignConstraint( unsigned b, unsigned f )
34 : PiecewiseLinearConstraint( TWO_PHASE_PIECEWISE_LINEAR_CONSTRAINT )
35 , _b( b )
36 , _f( f )
37 , _direction( PHASE_NOT_FIXED )
38 , _haveEliminatedVariables( false )
39{
40}
41
42SignConstraint::SignConstraint( const String &serializedSign )
43 : _haveEliminatedVariables( false )

Callers

nothing calls this directly

Calls 7

substringMethod · 0.80
lengthMethod · 0.80
tokenizeMethod · 0.80
asciiMethod · 0.80
StringClass · 0.70
sizeMethod · 0.45
beginMethod · 0.45

Tested by

no test coverage detected