Searched refs:getEdgeCosts (Results 1 – 5 of 5) sorted by relevance
43 const Matrix &ECosts = G.getEdgeCosts(EId); in applyR1()97 new Matrix(G.getEdgeCosts(YXEId).transpose()) : in applyR2()98 &G.getEdgeCosts(YXEId); in applyR2()101 new Matrix(G.getEdgeCosts(ZXEId).transpose()) : in applyR2()102 &G.getEdgeCosts(ZXEId); in applyR2()134 const Matrix &YZECosts = G.getEdgeCosts(YZEId); in applyR2()203 const Matrix& edgeCosts = G.getEdgeCosts(EId); in backpropagate()
530 const Matrix& getEdgeCosts(EdgeId EId) const { in getEdgeCosts() function
314 const MatrixMetadata& MMd = G.getEdgeCosts(EId).getMetadata(); in handleDisconnectEdge()321 const MatrixMetadata& MMd = G.getEdgeCosts(EId).getMetadata(); in handleReconnectEdge()334 const MatrixMetadata& OldMMd = G.getEdgeCosts(EId).getMetadata(); in handleUpdateCosts()
212 PBQPRAGraph::RawMatrix costs(G.getEdgeCosts(edge)); in addIntraChainConstraint()289 PBQP::Matrix costs(G.getEdgeCosts(edge)); in addInterChainConstraint()
494 PBQPRAGraph::RawMatrix Costs(G.getEdgeCosts(EId)); in apply()900 const Matrix &M = getEdgeCosts(EId); in dump()927 const Matrix &EdgeCosts = getEdgeCosts(EId); in printDot()