Home
last modified time | relevance | path

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

/aoo4110/main/sccomp/source/solver/
H A Dsolver.cxx473 int nMatrixPos = 0; in solve() local
476 int nBegin = nMatrixPos; in solve()
482 pMatrix[nMatrixPos] = fCoeff; in solve()
483 pMatrixIndex[nMatrixPos] = nRow; in solve()
484 ++nMatrixPos; in solve()
488 pMatrixCount[nVar] = nMatrixPos - nBegin; in solve()
490 pMatrixBegin[nVariables] = nMatrixPos; in solve()
538 int nResult = CoinLoadProblem( hProb, nVariables, nRows, nMatrixPos, 0, in solve()

Completed in 25 milliseconds