Home
last modified time | relevance | path

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

/dports/math/SCIP/scip-7.0.3/src/scip/
H A Dcons_and.c92 #define DEFAULT_PRESOLPAIRWISE TRUE /**< should pairwise constraint comparison be performed in … macro
4967 &conshdlrdata->presolpairwise, TRUE, DEFAULT_PRESOLPAIRWISE, NULL, NULL) ); in SCIPincludeConshdlrAnd()
H A Dcons_logicor.c84 #define DEFAULT_PRESOLPAIRWISE TRUE /**< should pairwise constraint comparison be performed in … macro
5175 &conshdlrdata->presolpairwise, TRUE, DEFAULT_PRESOLPAIRWISE, NULL, NULL) ); in SCIPincludeConshdlrLogicor()
H A Dcons_varbound.c104 #define DEFAULT_PRESOLPAIRWISE TRUE /**< should pairwise constraint comparison be performed in … macro
5030 &conshdlrdata->presolpairwise, TRUE, DEFAULT_PRESOLPAIRWISE, NULL, NULL) ); in SCIPincludeConshdlrVarbound()
H A Dcons_xor.c100 #define DEFAULT_PRESOLPAIRWISE TRUE /**< should pairwise constraint comparison be performed in … macro
5807 &conshdlrdata->presolpairwise, TRUE, DEFAULT_PRESOLPAIRWISE, NULL, NULL) ); in SCIPincludeConshdlrXor()
H A Dcons_setppc.c84 #define DEFAULT_PRESOLPAIRWISE TRUE /**< should pairwise constraint comparison be performed in … macro
9019 &conshdlrdata->presolpairwise, TRUE, DEFAULT_PRESOLPAIRWISE, NULL, NULL) ); in SCIPincludeConshdlrSetppc()
H A Dcons_knapsack.c120 #define DEFAULT_PRESOLPAIRWISE TRUE /**< should pairwise constraint comparison be performed in … macro
13388 &conshdlrdata->presolpairwise, TRUE, DEFAULT_PRESOLPAIRWISE, NULL, NULL) ); in SCIPincludeConshdlrKnapsack()
H A Dcons_cumulative.c104 #define DEFAULT_PRESOLPAIRWISE TRUE /**< should pairwise constraint comparison be performe… macro
13710 &conshdlrdata->presolpairwise, TRUE, DEFAULT_PRESOLPAIRWISE, NULL, NULL) ); in SCIPincludeConshdlrCumulative()
H A Dcons_linear.c119 #define DEFAULT_PRESOLPAIRWISE TRUE /**< should pairwise constraint comparison be performed i… macro
17574 &conshdlrdata->presolpairwise, TRUE, DEFAULT_PRESOLPAIRWISE, NULL, NULL) ); in SCIPincludeConshdlrLinear()