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

Method nonBasicIndexToVariable

src/engine/Tableau.cpp:518–521  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

516}
517
518unsigned Tableau::nonBasicIndexToVariable( unsigned index ) const
519{
520 return _nonBasicIndexToVariable[index];
521}
522
523unsigned Tableau::variableToIndex( unsigned index ) const
524{

Callers 8

resetReferenceSpaceMethod · 0.45
prePivotHookMethod · 0.45
selectMethod · 0.45
computeReducedCostMethod · 0.45
dumpCostFunctionMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected