Home
last modified time | relevance | path

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

/dports/math/SCIP/scip-7.0.3/src/scip/
H A Dlp.c8374 int* bdind; in lpFlushChgCols() local
8394 SCIP_CALL( SCIPsetAllocBufferArray(set, &bdind, lp->ncols) ); in lpFlushChgCols()
8456 bdind[nbdchg] = col->lpipos; in lpFlushChgCols()
8488 SCIP_CALL( SCIPlpiChgBounds(lp->lpi, nbdchg, bdind, lb, ub) ); in lpFlushChgCols()
8503 SCIPsetFreeBufferArray(set, &bdind); in lpFlushChgCols()