Searched refs:YCosts (Results 1 – 1 of 1) sorted by relevance
44 RawVector YCosts = G.getNodeCosts(MId); in applyR1() local48 for (unsigned j = 0; j < YCosts.getLength(); ++j) { in applyR1()55 YCosts[j] += Min; in applyR1()58 for (unsigned i = 0; i < YCosts.getLength(); ++i) { in applyR1()65 YCosts[i] += Min; in applyR1()68 G.setNodeCosts(MId, YCosts); in applyR1()