Searched refs:nMatrixPos (Results 1 – 1 of 1) sorted by relevance
480 int nMatrixPos = 0; in solve() local483 int nBegin = nMatrixPos; in solve()489 pMatrix[nMatrixPos] = fCoeff; in solve()490 pMatrixIndex[nMatrixPos] = nRow; in solve()491 ++nMatrixPos; in solve()495 pMatrixCount[nVar] = nMatrixPos - nBegin; in solve()497 pMatrixBegin[nVariables] = nMatrixPos; in solve()545 int nResult = CoinLoadProblem( hProb, nVariables, nRows, nMatrixPos, 0, in solve()
Completed in 8 milliseconds