Home
last modified time | relevance | path

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

/dports/math/SCIP/scip-7.0.3/src/scip/
H A Dprop_xyz.c38 #define PROP_PRESOL_PRIORITY 0 /**< priority of the presolving method (>= 0: before, < 0: … macro
250 PROP_TIMING, PROP_PRESOL_PRIORITY, PROP_PRESOL_MAXROUNDS, PROP_PRESOLTIMING, in SCIPincludePropXyz()
272 …SCIP_CALL( SCIPsetPropPresol(scip, prop, propPresolXyz, PROP_PRESOL_PRIORITY, PROP_PRESOL_MAXROUND… in SCIPincludePropXyz()
H A Dprop_dualfix.c46 #define PROP_PRESOL_PRIORITY +8000000 /**< priority of the propagator (>= 0: before, < 0: af… macro
331 …SCIP_CALL( SCIPsetPropPresol(scip, prop, propPresolDualfix, PROP_PRESOL_PRIORITY, PROP_PRESOL_MAXR… in SCIPincludePropDualfix()
H A Dprop_sync.c47 #define PROP_PRESOL_PRIORITY (INT_MAX/4) /**< priority of the presolving method (>= 0: bef… macro
306 …SCIP_CALL( SCIPsetPropPresol(scip, prop, propPresolSync, PROP_PRESOL_PRIORITY, PROP_PRESOL_MAXROUN… in SCIPincludePropSync()
H A Dprop_probing.c58 #define PROP_PRESOL_PRIORITY -100000 /**< priority of the presolving method (>= 0: before, < 0: … macro
1154 …SCIP_CALL( SCIPsetPropPresol(scip, prop, propPresolProbing, PROP_PRESOL_PRIORITY, PROP_PRESOL_MAXR… in SCIPincludePropProbing()
H A Dprop_genvbounds.c65 #define PROP_PRESOL_PRIORITY -2000000 /**< priority of the presolving method (>= 0: before, … macro
2874 SCIP_CALL( SCIPsetPropPresol(scip, prop, propPresolGenvbounds, PROP_PRESOL_PRIORITY, in SCIPincludePropGenvbounds()
H A Dprop_vbounds.c109 #define PROP_PRESOL_PRIORITY -90000 /**< priority of the presolving method (>= 0: before, < 0: … macro
3142 …SCIP_CALL( SCIPsetPropPresol(scip, prop, propPresolVbounds, PROP_PRESOL_PRIORITY, PROP_PRESOL_MAXR… in SCIPincludePropVbounds()
H A Dprop_pseudoobj.c65 #define PROP_PRESOL_PRIORITY +6000000 /**< priority of the presolving method (>= 0: before, < 0: … macro
3746 …SCIP_CALL( SCIPsetPropPresol(scip, prop, propPresolPseudoobj, PROP_PRESOL_PRIORITY, PROP_PRESOL_MA… in SCIPincludePropPseudoobj()
H A Dprop_symmetry.c140 #define PROP_PRESOL_PRIORITY -10000000 /**< priority of the presolving method (>= 0: bef… macro
3890 …SCIP_CALL( SCIPsetPropPresol(scip, prop, propPresolSymmetry, PROP_PRESOL_PRIORITY, PROP_PRESOL_MAX… in SCIPincludePropSymmetry()