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

Method assignIndexToBasicVariable

src/engine/Tableau.cpp:330–334  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

328}
329
330void Tableau::assignIndexToBasicVariable( unsigned variable, unsigned index )
331{
332 _basicIndexToVariable[index] = variable;
333 _variableToIndex[variable] = index;
334}
335
336void Tableau::initializeTableau( const List<unsigned> &initialBasicVariables )
337{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected