Home
last modified time | relevance | path

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

/dports/math/SCIP/scip-7.0.3/src/scip/
H A Dpresol_gateextraction.c52 #define HASHSIZE_SETPPCCONS 500 /**< minimal size of hash table in setppc constraint tables */ macro
317 …SCIP_CALL( SCIPhashtableCreate(&(presoldata->hashdatatable), SCIPblkmem(scip), HASHSIZE_SETPPCCONS, in presoldataInitHashtables()
319 …IP_CALL( SCIPhashtableCreate(&(presoldata->setppchashtable), SCIPblkmem(scip), HASHSIZE_SETPPCCONS, in presoldataInitHashtables()
H A Dcons_setppc.c86 #define HASHSIZE_SETPPCCONS 500 /**< minimal size of hash table in setppc constraint tables… macro
6300 hashtablesize = MAX(hashtablesize, HASHSIZE_SETPPCCONS); in detectRedundantConstraints()