Searched refs:YCosts (Results 1 – 1 of 1) sorted by relevance
43 RawVector YCosts = G.getNodeCosts(MId); in applyR1() local47 for (unsigned j = 0; j < YCosts.getLength(); ++j) { in applyR1()54 YCosts[j] += Min; in applyR1()57 for (unsigned i = 0; i < YCosts.getLength(); ++i) { in applyR1()64 YCosts[i] += Min; in applyR1()67 G.setNodeCosts(MId, YCosts); in applyR1()