Home
last modified time | relevance | path

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

/dports/math/SCIP/scip-7.0.3/src/scip/
H A Dcons_logicor.c90 #define DEFAULT_NEGATEDCLIQUE TRUE /**< should negated clique information be used in presolvin… macro
5187 &conshdlrdata->usenegatedclique, TRUE, DEFAULT_NEGATEDCLIQUE, NULL, NULL) ); in SCIPincludeConshdlrLogicor()
H A Dcons_knapsack.c112 #define DEFAULT_NEGATEDCLIQUE TRUE /**< should negated clique information be used in solving p… macro
13384 &conshdlrdata->negatedclique, TRUE, DEFAULT_NEGATEDCLIQUE, NULL, NULL) ); in SCIPincludeConshdlrKnapsack()