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

Method getSmartFixes

src/engine/MaxConstraint.cpp:382–387  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

380}
381
382List<PiecewiseLinearConstraint::Fix> MaxConstraint::getSmartFixes( ITableau * ) const
383{
384 // Reluplex does not currently work with Gurobi.
385 ASSERT( _gurobi == NULL );
386 return getPossibleFixes();
387}
388
389List<PhaseStatus> MaxConstraint::getAllCases() const
390{

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected