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

Method getInconsistentVariable

src/engine/BoundManager.cpp:491–496  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

489}
490
491unsigned BoundManager::getInconsistentVariable() const
492{
493 if ( _consistentBounds )
494 return NO_VARIABLE_FOUND;
495 return _firstInconsistentTightening._variable;
496}
497
498double BoundManager::computeRowBound( const TableauRow &row, const bool isUpper ) const
499{

Callers 1

explainSimplexFailureMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected