Searched refs:getNodeCosts (Results 1 – 4 of 4) sorted by relevance
43 const Vector &XCosts = G.getNodeCosts(NId); in applyR1()44 RawVector YCosts = G.getNodeCosts(MId); in applyR1()83 const Vector &XCosts = G.getNodeCosts(NId); in applyR2()190 RawVector v = G.getNodeCosts(NId); in backpropagate()
417 assert(getNodeCosts(N1Id).getLength() == Costs.getRows() && in addEdge()418 getNodeCosts(N2Id).getLength() == Costs.getCols() && in addEdge()443 assert(getNodeCosts(N1Id).getLength() == Costs->getRows() && in addEdgeBypassingCostAllocator()444 getNodeCosts(N2Id).getLength() == Costs->getCols() && in addEdgeBypassingCostAllocator()495 const Vector& getNodeCosts(NodeId NId) const { in getNodeCosts() function
359 assert(G.getNodeCosts(NId).getLength() > 1 && in handleAddNode()361 G.getNodeMetadata(NId).setup(G.getNodeCosts(NId)); in handleAddNode()547 PBQPNum N1SC = G.getNodeCosts(N1Id)[0]; in operator()548 PBQPNum N2SC = G.getNodeCosts(N2Id)[0]; in operator()
170 PBQPRAGraph::RawVector NodeCosts(G.getNodeCosts(NId)); in apply()439 PBQPRAGraph::RawVector NewCosts(G.getNodeCosts(NId)); in apply()823 const Vector &Costs = getNodeCosts(NId); in dump()849 << getNodeCosts(NId) << "\" ]\n"; in printDot()