Home
last modified time | relevance | path

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

/dports/math/SCIP/scip-7.0.3/src/scip/
H A Dstat.c400 stat->primalrefintegral = 0.0; in SCIPstatResetPrimalDualIntegrals()
511 stat->primalrefintegral += deltatime * stat->previousprimalrefgap; in SCIPstatUpdatePrimalDualIntegrals()
577 return stat->primalrefintegral; in SCIPstatGetPrimalReferenceIntegral()
H A Dstruct_stat.h133 SCIP_Real primalrefintegral; /**< current primal-reference integral value */ member
H A Dconcurrent.c755 target->stat->primalrefintegral = source->stat->primalrefintegral; in SCIPcopyConcurrentSolvingStats()