Home
last modified time | relevance | path

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

/dports/math/SCIP/scip-7.0.3/src/scip/
H A Dnlp.c4630 int* linindices; in nlpFlushObjective() local
4650 SCIP_CALL( SCIPsetAllocBufferArray(set, &linindices, nlp->nvars_solver) ); in nlpFlushObjective()
4662 linindices[nz] = i; in nlpFlushObjective()
4668 nz, linindices, lincoefs, in nlpFlushObjective()
4674 SCIPsetFreeBufferArray(set, &linindices); in nlpFlushObjective()