Searched refs:getNodeCosts (Results 1 – 4 of 4) sorted by relevance
44 const Vector &XCosts = G.getNodeCosts(NId); in applyR1()45 RawVector YCosts = G.getNodeCosts(MId); in applyR1()84 const Vector &XCosts = G.getNodeCosts(NId); in applyR2()191 RawVector v = G.getNodeCosts(NId); in backpropagate()
410 assert(getNodeCosts(N1Id).getLength() == Costs.getRows() && in addEdge()411 getNodeCosts(N2Id).getLength() == Costs.getCols() && in addEdge()436 assert(getNodeCosts(N1Id).getLength() == Costs->getRows() && in addEdgeBypassingCostAllocator()437 getNodeCosts(N2Id).getLength() == Costs->getCols() && in addEdgeBypassingCostAllocator()488 const Vector& getNodeCosts(NodeId NId) const { in getNodeCosts() function
299 assert(G.getNodeCosts(NId).getLength() > 1 && in handleAddNode()301 G.getNodeMetadata(NId).setup(G.getNodeCosts(NId)); in handleAddNode()482 PBQPNum N1SC = G.getNodeCosts(N1Id)[0]; in operator()483 PBQPNum N2SC = G.getNodeCosts(N2Id)[0]; in operator()
207 PBQPRAGraph::RawVector NodeCosts(G.getNodeCosts(NId)); in apply()471 PBQPRAGraph::RawVector NewCosts(G.getNodeCosts(NId)); in apply()890 const Vector &Costs = getNodeCosts(NId); in dump()919 << getNodeCosts(NId) << "\" ]\n"; in printDot()