Home
last modified time | relevance | path

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

/dports/math/SCIP/scip-7.0.3/src/scip/
H A Dstruct_set.h224 …SCIP_Bool conf_dynamic; /**< should the conflict constraints be subject to aging… member
H A Dset.c1402 &(*set)->conf_dynamic, TRUE, SCIP_DEFAULT_CONF_DYNAMIC, in SCIPsetCreate()
H A Dconflict.c656 …onftype, usescutoffbound, set->conf_separate, (SCIPnodeGetDepth(validnode) > 0), set->conf_dynamic, in SCIPconflicthdlrExec()