Home
last modified time | relevance | path

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

/dports/math/SCIP/scip-7.0.3/src/scip/
H A Dlp.c18536 int nalreadyfixedcols = 0; in SCIPlpGetDegeneracy() local
18563 ++nalreadyfixedcols; in SCIPlpGetDegeneracy()
18607 …ixedcols + nfixedrows <= ncols + nineq + nbasicequalities - nrows - nalreadyfixedcols - nimplicitf… in SCIPlpGetDegeneracy()
18609 if( ncols + nineq - nrows + nbasicequalities - nalreadyfixedcols > 0 ) in SCIPlpGetDegeneracy()
18610 …- 1.0 * (nfixedcols + nfixedrows) / (ncols + nineq - nrows + nbasicequalities - nalreadyfixedcols); in SCIPlpGetDegeneracy()
18615 …o = 1.0 * (ncols + nineq + nbasicequalities - nfixedcols - nfixedrows - nalreadyfixedcols) / nrows; in SCIPlpGetDegeneracy()