Home
last modified time | relevance | path

Searched refs:sepa_minefficacyroot (Results 1 – 5 of 5) sorted by relevance

/dports/math/SCIP/scip-7.0.3/src/scip/
H A Dscip_sepa.h205 … (SCIPtreeGetCurrentDepth((scip)->tree) == 0 ? (scip)->set->sepa_minefficacyroot : (scip)->s…
H A Dscip_sepa.c309 return scip->set->sepa_minefficacyroot; in SCIPgetSepaMinEfficacy()
H A Dstruct_set.h514 …SCIP_Real sepa_minefficacyroot; /**< minimal efficacy for a cut to enter the LP in the… member
H A Dset.h1662 ( root ? EPSP(efficacy, (set)->sepa_minefficacyroot) : EPSP(efficacy, (set)->sepa_minefficacy) )
H A Dset.c2369 … &(*set)->sepa_minefficacyroot, FALSE, SCIP_DEFAULT_SEPA_MINEFFICACYROOT, 0.0, SCIP_INVALID/10.0, in SCIPsetCreate()
6781 return EPSP(efficacy, set->sepa_minefficacyroot); in SCIPsetIsEfficacious()