Home
last modified time | relevance | path

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

/dports/math/SCIP/scip-7.0.3/src/scip/
H A Dnlp.h423 SCIP_RETCODE SCIPnlpEnsureVarsSize(
H A Dnlp.c3813 SCIP_CALL( SCIPnlpEnsureVarsSize(nlp, blkmem, set, nlp->nvars + nvars) ); in nlpAddVars()
5318 SCIP_RETCODE SCIPnlpEnsureVarsSize( in SCIPnlpEnsureVarsSize() function