Home
last modified time | relevance | path

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

/dports/math/SCIP/scip-7.0.3/src/scip/
H A Dcons_bounddisjunction.c117 #define AGEINCREASE(n) (1.0 + 0.2*n) macro
119 #define AGEINCREASE(n) (0.1*n) macro
1531 SCIP_CALL( SCIPaddConsAge(scip, cons, AGEINCREASE(consdata->nvars)) ); in processWatchedVars()
H A Dcons_logicor.c96 #define AGEINCREASE(n) (1.0 + 0.2 * (n)) macro
98 #define AGEINCREASE(n) (0.1 * (n)) macro
1540 SCIP_CALL( SCIPaddConsAge(scip, cons, AGEINCREASE(consdata->nvars)) ); in processWatchedVars()