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

Method getLeavingVariable

src/engine/Tableau.cpp:678–684  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

676}
677
678unsigned Tableau::getLeavingVariable() const
679{
680 if ( _leavingVariable == _m )
681 return _nonBasicIndexToVariable[_enteringVariable];
682
683 return _basicIndexToVariable[_leavingVariable];
684}
685
686unsigned Tableau::getLeavingVariableIndex() const
687{

Callers 1

prePivotHookMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected