Home
last modified time | relevance | path

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

/dports/math/SCIP/scip-7.0.3/src/scip/
H A Dcons_xyz.c58 #define LINCONSUPGD_PRIORITY 0 /**< priority of the constraint handler for upgrading of li…
91 #ifdef LINCONSUPGD_PRIORITY
663 #ifdef LINCONSUPGD_PRIORITY in SCIPincludeConshdlrXyz()
667 … SCIP_CALL( SCIPincludeLinconsUpgrade(scip, linconsUpgdXyz, LINCONSUPGD_PRIORITY, CONSHDLR_NAME) ); in SCIPincludeConshdlrXyz()
H A Dcons_logicor.c75 #define LINCONSUPGD_PRIORITY +800000 /**< priority of the constraint handler for upgrading of li… macro
82 #define CONFLICTHDLR_PRIORITY LINCONSUPGD_PRIORITY
5168 …SCIP_CALL( SCIPincludeLinconsUpgrade(scip, linconsUpgdLogicor, LINCONSUPGD_PRIORITY, CONSHDLR_NAME… in SCIPincludeConshdlrLogicor()
H A Dcons_setppc.c74 #define LINCONSUPGD_PRIORITY +700000 /**< priority of the constraint handler for upgrading of li… macro
82 #define CONFLICTHDLR_PRIORITY LINCONSUPGD_PRIORITY
9003 …SCIP_CALL( SCIPincludeLinconsUpgrade(scip, linconsUpgdSetppc, LINCONSUPGD_PRIORITY, CONSHDLR_NAME)… in SCIPincludeConshdlrSetppc()
H A Dcons_varbound.c95 #define LINCONSUPGD_PRIORITY +50000 /**< priority of the constraint handler for upgrading of li… macro
5023 …SCIP_CALL( SCIPincludeLinconsUpgrade(scip, linconsUpgdVarbound, LINCONSUPGD_PRIORITY, CONSHDLR_NAM… in SCIPincludeConshdlrVarbound()
H A Dcons_xor.c98 #define LINCONSUPGD_PRIORITY +600000 /**< priority of the constraint handler for upgrading of li… macro
5800 … SCIP_CALL( SCIPincludeLinconsUpgrade(scip, linconsUpgdXor, LINCONSUPGD_PRIORITY, CONSHDLR_NAME) ); in SCIPincludeConshdlrXor()
H A Dcons_indicator.c271 #define LINCONSUPGD_PRIORITY +100000 /**< priority of the constraint handler for upgrading … macro
7218 …SCIP_CALL( SCIPincludeLinconsUpgrade(scip, linconsUpgdIndicator, LINCONSUPGD_PRIORITY, CONSHDLR_NA… in SCIPincludeConshdlrIndicator()
H A Dcons_knapsack.c94 #define LINCONSUPGD_PRIORITY +100000 /**< priority of the constraint handler for upgrading of li… macro
13341 …SCIP_CALL( SCIPincludeLinconsUpgrade(scip, linconsUpgdKnapsack, LINCONSUPGD_PRIORITY, CONSHDLR_NAM… in SCIPincludeConshdlrKnapsack()