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

Method addNonlinearConstraint

src/engine/InputQuery.cpp:233–236  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

231}
232
233void InputQuery::addNonlinearConstraint( NonlinearConstraint *constraint )
234{
235 _nlConstraints.append( constraint );
236}
237
238List<NonlinearConstraint *> &InputQuery::getNonlinearConstraints()
239{

Calls 1

appendMethod · 0.45