Searched refs:YCosts (Results 1 – 1 of 1) sorted by relevance
45 RawVector YCosts = G.getNodeCosts(MId); in applyR1() local49 for (unsigned j = 0; j < YCosts.getLength(); ++j) { in applyR1()56 YCosts[j] += Min; in applyR1()59 for (unsigned i = 0; i < YCosts.getLength(); ++i) { in applyR1()66 YCosts[i] += Min; in applyR1()69 G.setNodeCosts(MId, YCosts); in applyR1()