Searched refs:NewCosts (Results 1 – 2 of 2) sorted by relevance
325 void handleUpdateCosts(EdgeId EId, const Matrix& NewCosts) { in handleUpdateCosts() argument339 const MatrixMetadata& MMd = NewCosts.getMetadata(); in handleUpdateCosts()
471 PBQPRAGraph::RawVector NewCosts(G.getNodeCosts(NId)); in apply() local472 NewCosts[PRegOpt + 1] -= CBenefit; in apply()473 G.setNodeCosts(NId, std::move(NewCosts)); in apply()