Searched refs:nMatrixPos (Results 1 – 1 of 1) sorted by relevance
473 int nMatrixPos = 0; in solve() local476 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 9 milliseconds