Home
last modified time | relevance | path

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

/dports/math/SCIP/scip-7.0.3/src/scip/
H A Dcons_knapsack.c12689 int nscipvars; in SCIP_DECL_CONSPRESOL() local
12693 nscipvars = SCIPgetNVars(scip); in SCIP_DECL_CONSPRESOL()
12694 SCIP_CALL( SCIPallocClearBufferArray(scip, &cardvars, nscipvars) ); in SCIP_DECL_CONSPRESOL()
12695 SCIP_CALL( SCIPallocClearBufferArray(scip, &cardweights, nscipvars) ); in SCIP_DECL_CONSPRESOL()
12698 SCIP_CALL( SCIPhashmapCreate(&varhash, SCIPblkmem(scip), nscipvars) ); in SCIP_DECL_CONSPRESOL()