Home
last modified time | relevance | path

Searched refs:DEFAULT_USEBDWIDENING (Results 1 – 3 of 3) sorted by relevance

/dports/math/SCIP/scip-7.0.3/src/scip/
H A Dprop_vbounds.c130 #define DEFAULT_USEBDWIDENING TRUE /**< should bound widening be used to initialize confl… macro
3151 &propdata->usebdwidening, FALSE, DEFAULT_USEBDWIDENING, NULL, NULL) ); in SCIPincludePropVbounds()
H A Dcons_varbound.c106 #define DEFAULT_USEBDWIDENING TRUE /**< should bound widening be used to initialize conflict a… macro
5037 &conshdlrdata->usebdwidening, FALSE, DEFAULT_USEBDWIDENING, NULL, NULL) ); in SCIPincludeConshdlrVarbound()
H A Dcons_cumulative.c114 #define DEFAULT_USEBDWIDENING TRUE /**< should bound widening be used during conflict ana… macro
13729 &conshdlrdata->usebdwidening, FALSE, DEFAULT_USEBDWIDENING, NULL, NULL) ); in SCIPincludeConshdlrCumulative()