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

Method addPiecewiseLinearConstraint

src/engine/InputQuery.cpp:171–174  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

169}
170
171void InputQuery::addPiecewiseLinearConstraint( PiecewiseLinearConstraint *constraint )
172{
173 _plConstraints.append( constraint );
174}
175
176void InputQuery::addClipConstraint( unsigned b, unsigned f, double floor, double ceiling )
177{

Callers 15

addLeakyReluConstraintFunction · 0.45
addReluConstraintFunction · 0.45
addSignConstraintFunction · 0.45
addMaxConstraintFunction · 0.45
addAbsConstraintFunction · 0.45
addDisjunctionConstraintFunction · 0.45
generateQueryMethod · 0.45
generateQueryMethod · 0.45
generateQueryMethod · 0.45
parseAssertMethod · 0.45
loadQueryMethod · 0.45
test_load_queryMethod · 0.45

Calls 1

appendMethod · 0.45