Home
last modified time | relevance | path

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

/dports/math/SCIP/scip-7.0.3/src/lpi/
H A Dlpi_xprs.c1020 int ndelcols; in SCIPlpiDelColset() local
1035 ndelcols = 0; in SCIPlpiDelColset()
1046 lpi->indarray[ndelcols] = c; in SCIPlpiDelColset()
1047 ndelcols++; in SCIPlpiDelColset()
1056 CHECK_ZERO( lpi->messagehdlr, XPRSdelcols(lpi->xprslp, ndelcols, lpi->indarray) ); in SCIPlpiDelColset()
H A Dlpi_grb.c1612 int ndelcols; in SCIPlpiDelCols() local
1616 ndelcols = lastcol-firstcol+1; in SCIPlpiDelCols()
1634 SCIP_ALLOC( BMSallocMemoryArray(&which, ndelcols) ); in SCIPlpiDelCols()
1638 CHECK_ZERO( lpi->messagehdlr, GRBdelvars(lpi->grbmodel, ndelcols, which) ); in SCIPlpiDelCols()
/dports/math/SCIP/scip-7.0.3/src/scip/
H A Dlp.c15384 int ndelcols; in lpRemoveObsoleteCols() local
15408 ndelcols = 0; in lpRemoveObsoleteCols()
15423 ndelcols++; in lpRemoveObsoleteCols()
15433 if( ndelcols > 0 ) in lpRemoveObsoleteCols()
15437 assert(lp->ncols == ncols - ndelcols); in lpRemoveObsoleteCols()
15596 int ndelcols; in lpCleanupCols() local
15618 ndelcols = 0; in lpCleanupCols()
15631 ndelcols++; in lpCleanupCols()
15635 SCIPsetDebugMsg(set, "removing %d/%d unused columns from LP\n", ndelcols, ncols); in lpCleanupCols()
15638 if( ndelcols > 0 ) in lpCleanupCols()
[all …]