Searched refs:addRow (Results 1 – 2 of 2) sorted by relevance
103 unsigned SimplexBase::addRow(ArrayRef<int64_t> coeffs, bool makeRestricted) { in addRow() function in SimplexBase1080 unsigned conIndex = addRow(coeffs, /*makeRestricted=*/true); in addInequality()1336 unsigned conIndex = addRow(coeffs); in computeOptimum()1558 addRow(coeffs, /*makeRestricted=*/true); in addInequality()1656 unsigned conIndex = simplex.addRow(getCoeffsForDirection(dir)); in computeWidthAndDuals()
296 unsigned addRow(ArrayRef<int64_t> coeffs, bool makeRestricted = false);