Home
last modified time | relevance | path

Searched refs:nMatrixPos (Results 1 – 1 of 1) sorted by relevance

/trunk/main/sccomp/source/solver/
H A Dsolver.cxx477 int nMatrixPos = 0; in solve() local
480 int nBegin = nMatrixPos; in solve()
486 pMatrix[nMatrixPos] = fCoeff; in solve()
487 pMatrixIndex[nMatrixPos] = nRow; in solve()
488 ++nMatrixPos; in solve()
492 pMatrixCount[nVar] = nMatrixPos - nBegin; in solve()
494 pMatrixBegin[nVariables] = nMatrixPos; in solve()
542 int nResult = CoinLoadProblem( hProb, nVariables, nRows, nMatrixPos, 0, in solve()