Home
last modified time | relevance | path

Searched refs:copyheuristics (Results 1 – 4 of 4) sorted by relevance

/dports/math/SCIP/scip-7.0.3/src/scip/
H A Dscip_copy.h102 SCIP_Bool copyheuristics, /**< should the heuristics be copied */
H A Dscip_copy.c276 SCIP_Bool copyheuristics, /**< should the heuristics be copied */ in SCIPcopyPlugins() argument
306copyheuristics, copyeventhdlrs, copynodeselectors, copybranchrules, copydisplays, copydialogs, cop… in SCIPcopyPlugins()
H A Dset.h79 SCIP_Bool copyheuristics, /**< should the heuristics be copied */
H A Dset.c851 SCIP_Bool copyheuristics, /**< should the heuristics be copied */ in SCIPsetCopyPlugins() argument
968 if( copyheuristics && sourceset->heurs != NULL ) in SCIPsetCopyPlugins()