Searched refs:AllocatedCosts (Results 1 – 1 of 1) sorted by relevance
377 VectorPtr AllocatedCosts = CostAlloc.getVector(std::move(Costs)); in addNode() local378 NodeId NId = addConstructedNode(NodeEntry(AllocatedCosts)); in addNode()414 MatrixPtr AllocatedCosts = CostAlloc.getMatrix(std::move(Costs)); in addEdge() local415 EdgeId EId = addConstructedEdge(EdgeEntry(N1Id, N2Id, AllocatedCosts)); in addEdge()467 VectorPtr AllocatedCosts = CostAlloc.getVector(std::move(Costs)); in setNodeCosts() local469 Solver->handleSetNodeCosts(NId, *AllocatedCosts); in setNodeCosts()470 getNode(NId).Costs = AllocatedCosts; in setNodeCosts()509 MatrixPtr AllocatedCosts = CostAlloc.getMatrix(std::move(Costs)); in updateEdgeCosts() local511 Solver->handleUpdateCosts(EId, *AllocatedCosts); in updateEdgeCosts()512 getEdge(EId).Costs = AllocatedCosts; in updateEdgeCosts()