Searched refs:getEdgeCosts (Results 1 – 5 of 5) sorted by relevance
42 const Matrix &ECosts = G.getEdgeCosts(EId); in applyR1()96 new Matrix(G.getEdgeCosts(YXEId).transpose()) : in applyR2()97 &G.getEdgeCosts(YXEId); in applyR2()100 new Matrix(G.getEdgeCosts(ZXEId).transpose()) : in applyR2()101 &G.getEdgeCosts(ZXEId); in applyR2()133 const Matrix &YZECosts = G.getEdgeCosts(YZEId); in applyR2()202 const Matrix& edgeCosts = G.getEdgeCosts(EId); in backpropagate()
537 const Matrix& getEdgeCosts(EdgeId EId) const { in getEdgeCosts() function
378 const MatrixMetadata& MMd = G.getEdgeCosts(EId).getMetadata(); in handleDisconnectEdge()385 const MatrixMetadata& MMd = G.getEdgeCosts(EId).getMetadata(); in handleReconnectEdge()398 const MatrixMetadata& OldMMd = G.getEdgeCosts(EId).getMetadata(); in handleUpdateCosts()
213 PBQPRAGraph::RawMatrix costs(G.getEdgeCosts(edge)); in addIntraChainConstraint()290 PBQP::Matrix costs(G.getEdgeCosts(edge)); in addInterChainConstraint()
462 PBQPRAGraph::RawMatrix Costs(G.getEdgeCosts(EId)); in apply()833 const Matrix &M = getEdgeCosts(EId); in dump()857 const Matrix &EdgeCosts = getEdgeCosts(EId); in printDot()