Home
last modified time | relevance | path

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

/dports/math/SCIP/scip-7.0.3/src/scip/
H A Dnlp.h394 …int nvars_estimate /**< an estimate on the number of variables that may be …
H A Dnlp.c5094 …int nvars_estimate /**< an estimate on the number of variables that may be … in SCIPnlpCreate() argument
5151 SCIP_CALL( SCIPhashmapCreate(&(*nlp)->varhash, blkmem, nvars_estimate) ); in SCIPnlpCreate()