Home
last modified time | relevance | path

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

/dports/math/SCIP/scip-7.0.3/src/scip/
H A Dlp.c14872 SCIP_Real* lpiray; in SCIPlpGetPrimalRay() local
14893 SCIP_CALL( SCIPsetAllocBufferArray(set, &lpiray, lp->nlpicols) ); in SCIPlpGetPrimalRay()
14898 SCIP_CALL( SCIPlpiGetPrimalRay(lp->lpi, lpiray) ); in SCIPlpGetPrimalRay()
14911 ray[SCIPvarGetProbindex(var)] = lpiray[c]; in SCIPlpGetPrimalRay()
14914 SCIPsetFreeBufferArray(set, &lpiray); in SCIPlpGetPrimalRay()