Home
last modified time | relevance | path

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

/dports/math/SCIP/scip-7.0.3/src/scip/
H A Dstruct_set.h234 SCIP_Bool conf_ignorerelaxedbd;/**< should relaxed bounds be ignored? */ member
H A Dset.c1447 &(*set)->conf_ignorerelaxedbd, TRUE, SCIP_DEFAULT_CONF_IGNORERELAXEDBD, in SCIPsetCreate()
H A Dconflict.c4506 if( set->conf_ignorerelaxedbd ) in SCIPconflictAddRelaxedBound()