Home
last modified time | relevance | path

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

/dports/math/SCIP/scip-7.0.3/src/scip/
H A Dcons_and.c145 …SCIP_Bool presolusehashing; /**< should hash table be used for detecting redundant c… member
4570 …if( !cutoff && conshdlrdata->presolusehashing && (presoltiming & SCIP_PRESOLTIMING_EXHAUSTIVE) != … in SCIP_DECL_CONSPRESOL()
4971 &conshdlrdata->presolusehashing, TRUE, DEFAULT_PRESOLUSEHASHING, NULL, NULL) ); in SCIPincludeConshdlrAnd()
H A Dcons_logicor.c115 …SCIP_Bool presolusehashing; /**< should hash table be used for detecting redundant c… member
4581 if( firstchange < nconss && conshdlrdata->presolusehashing ) in SCIP_DECL_CONSPRESOL()
5179 &conshdlrdata->presolusehashing, TRUE, DEFAULT_PRESOLUSEHASHING, NULL, NULL) ); in SCIPincludeConshdlrLogicor()
H A Dcons_xor.c149 …SCIP_Bool presolusehashing; /**< should hash table be used for detecting redundant c… member
5304 if( firstchange < nconss && conshdlrdata->presolusehashing ) in SCIP_DECL_CONSPRESOL()
5812 &conshdlrdata->presolusehashing, TRUE, DEFAULT_PRESOLUSEHASHING, NULL, NULL) ); in SCIPincludeConshdlrXor()
H A Dcons_setppc.c145 …SCIP_Bool presolusehashing; /**< should hash table be used for detecting redundant c… member
8198 if( firstchange < nconss && conshdlrdata->presolusehashing ) in SCIP_DECL_CONSPRESOL()
9023 &conshdlrdata->presolusehashing, TRUE, DEFAULT_PRESOLUSEHASHING, NULL, NULL) ); in SCIPincludeConshdlrSetppc()
H A Dcons_knapsack.c193 …SCIP_Bool presolusehashing; /**< should hash table be used for detecting redundant c… member
12630 if( !cutoff && conshdlrdata->presolusehashing && (presoltiming & SCIP_PRESOLTIMING_MEDIUM) != 0 ) in SCIP_DECL_CONSPRESOL()
13392 &conshdlrdata->presolusehashing, TRUE, DEFAULT_PRESOLUSEHASHING, NULL, NULL) ); in SCIPincludeConshdlrKnapsack()
H A Dcons_linear.c290 …SCIP_Bool presolusehashing; /**< should hash table be used for detecting redundant c… member
16513 …presoltiming & SCIP_PRESOLTIMING_EXHAUSTIVE) != 0 && (conshdlrdata->presolusehashing || conshdlrda… in SCIP_DECL_CONSPRESOL()
16517 if( firstchange < nconss && conshdlrdata->presolusehashing ) in SCIP_DECL_CONSPRESOL()
17578 &conshdlrdata->presolusehashing, TRUE, DEFAULT_PRESOLUSEHASHING, NULL, NULL) ); in SCIPincludeConshdlrLinear()
/dports/math/SCIP/scip-7.0.3/
H A DCHANGELOG5307 - `constraints/knapsack/presolusehashing` that allows fast pairwise presolving of knapsack constrai…
5697 - `constraints/and/presolusehashing` in cons_and.c, should pairwise presolving use hashing?, defaul…
5699 - `constraints/xor/presolusehashing` in cons_xor.c, should pairwise presolving use hashing?, defaul…
6072 - `constraints/linear/presolusehashing` to use hashing comparison in cons_linear.c; default value i…
6073 - `constraints/logicor/presolusehashing` to use hashing comparison in cons_logicor.c; default value…
6074 - `constraints/setppc/presolusehashing` to use hashing comparison in cons_setppc.c; default value i…