Searched refs:AllocatedCosts (Results 1 – 1 of 1) sorted by relevance
383 VectorPtr AllocatedCosts = CostAlloc.getVector(std::move(Costs)); in addNode() local384 NodeId NId = addConstructedNode(NodeEntry(AllocatedCosts)); in addNode()420 MatrixPtr AllocatedCosts = CostAlloc.getMatrix(std::move(Costs)); in addEdge() local421 EdgeId EId = addConstructedEdge(EdgeEntry(N1Id, N2Id, AllocatedCosts)); in addEdge()473 VectorPtr AllocatedCosts = CostAlloc.getVector(std::move(Costs)); in setNodeCosts() local475 Solver->handleSetNodeCosts(NId, *AllocatedCosts); in setNodeCosts()476 getNode(NId).Costs = AllocatedCosts; in setNodeCosts()515 MatrixPtr AllocatedCosts = CostAlloc.getMatrix(std::move(Costs)); in updateEdgeCosts() local517 Solver->handleUpdateCosts(EId, *AllocatedCosts); in updateEdgeCosts()518 getEdge(EId).Costs = AllocatedCosts; in updateEdgeCosts()