Searched refs:XCosts (Results 1 – 1 of 1) sorted by relevance
43 const Vector &XCosts = G.getNodeCosts(NId); in applyR1() local49 PBQPNum Min = ECosts[0][j] + XCosts[0]; in applyR1()50 for (unsigned i = 1; i < XCosts.getLength(); ++i) { in applyR1()51 PBQPNum C = ECosts[i][j] + XCosts[i]; in applyR1()59 PBQPNum Min = ECosts[i][0] + XCosts[0]; in applyR1()60 for (unsigned j = 1; j < XCosts.getLength(); ++j) { in applyR1()61 PBQPNum C = ECosts[i][j] + XCosts[j]; in applyR1()83 const Vector &XCosts = G.getNodeCosts(NId); in applyR2() local103 unsigned XLen = XCosts.getLength(), in applyR2()111 PBQPNum Min = (*YXECosts)[i][0] + (*ZXECosts)[j][0] + XCosts[0]; in applyR2()[all …]