Searched refs:NewCosts (Results 1 – 4 of 4) sorted by relevance
326 void handleUpdateCosts(EdgeId EId, const Matrix& NewCosts) { in handleUpdateCosts() argument340 const MatrixMetadata& MMd = NewCosts.getMetadata(); in handleUpdateCosts()
472 PBQPRAGraph::RawVector NewCosts(G.getNodeCosts(NId)); in apply() local473 NewCosts[PRegOpt + 1] -= CBenefit; in apply()474 G.setNodeCosts(NId, std::move(NewCosts)); in apply()
446 PBQPRAGraph::RawVector NewCosts(G.getNodeCosts(NId)); in apply() local447 NewCosts[PRegOpt + 1] -= CBenefit; in apply()448 G.setNodeCosts(NId, std::move(NewCosts)); in apply()
390 void handleUpdateCosts(EdgeId EId, const Matrix& NewCosts) { in handleUpdateCosts() argument404 const MatrixMetadata& MMd = NewCosts.getMetadata(); in handleUpdateCosts()