Searched refs:GlobalIndex (Results 1 - 3 of 3) sorted by relevance

/haiku/headers/libs/linprog/
H A DVariable.h25 int32 GlobalIndex() const;
/haiku/src/libs/linprog/
H A DVariable.cpp39 Variable::GlobalIndex() const function in class:Variable
H A DActiveSetSolver.cpp546 fVariableGEConstraints.RemoveItemAt(variable->GlobalIndex());
547 fVariableLEConstraints.RemoveItemAt(variable->GlobalIndex());
557 int32 variableIndex = variable->GlobalIndex();
653 int32 variableIndex = var->GlobalIndex();

Completed in 50 milliseconds