Searched refs:AllocatedCosts (Results 1 – 1 of 1) sorted by relevance
384 VectorPtr AllocatedCosts = CostAlloc.getVector(std::move(Costs)); in addNode() local385 NodeId NId = addConstructedNode(NodeEntry(AllocatedCosts)); in addNode()421 MatrixPtr AllocatedCosts = CostAlloc.getMatrix(std::move(Costs)); in addEdge() local422 EdgeId EId = addConstructedEdge(EdgeEntry(N1Id, N2Id, AllocatedCosts)); in addEdge()474 VectorPtr AllocatedCosts = CostAlloc.getVector(std::move(Costs)); in setNodeCosts() local476 Solver->handleSetNodeCosts(NId, *AllocatedCosts); in setNodeCosts()477 getNode(NId).Costs = AllocatedCosts; in setNodeCosts()516 MatrixPtr AllocatedCosts = CostAlloc.getMatrix(std::move(Costs)); in updateEdgeCosts() local518 Solver->handleUpdateCosts(EId, *AllocatedCosts); in updateEdgeCosts()519 getEdge(EId).Costs = AllocatedCosts; in updateEdgeCosts()