Home
last modified time | relevance | path

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

/dports/math/SCIP/scip-7.0.3/src/scip/
H A Dpub_misc.h1003 SCIP_RETCODE SCIPhashsetCreate(
H A Dpresol_tworowbnd.c1181 SCIP_CALL( SCIPhashsetCreate(&pairhashset, SCIPblkmem(scip), 1) ); in processHashlists()
H A Dsepa_zerohalf.c729 SCIP_CALL( SCIPhashsetCreate(&col->nonzrows, SCIPblkmem(scip), 1) ); in mod2MatrixAddCol()
H A Dpresol_dualinfer.c1755 SCIP_CALL( SCIPhashsetCreate(&pairhashset, SCIPblkmem(scip), 1) ); in dualBoundStrengthening()
H A Dreopt.c8262 SCIP_CALL( SCIPhashsetCreate(&reopt->activeconssset, blkmem, nconss) ); in SCIPreoptSaveActiveConss()
H A Dmisc.c3699 SCIP_RETCODE SCIPhashsetCreate( in SCIPhashsetCreate() function