Home
last modified time | relevance | path

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

/dports/math/SCIP/scip-7.0.3/applications/STP/src/
H A Dreduce_bnd.c2615 const SCIP_Real currentfar = vnoi[currhead + nnodes].dist; in reduce_check3Tree() local
2618 assert(vbase[currhead + nnodes] >= 0 || currentfar == FARAWAY); in reduce_check3Tree()
2619 … extendedcost += MIN(costartfar + vnoi[currhead].dist, vnoi[costartnode].dist + currentfar); in reduce_check3Tree()