Home
last modified time | relevance | path

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

/dports/math/SCIP/scip-7.0.3/src/scip/
H A Dlp.c18538 int nimplicitfixedrows = 0; in SCIPlpGetDegeneracy() local
18600 ++nimplicitfixedrows; in SCIPlpGetDegeneracy()
18607 …+ nfixedrows <= ncols + nineq + nbasicequalities - nrows - nalreadyfixedcols - nimplicitfixedrows); in SCIPlpGetDegeneracy()