Searched refs:GetCumulSoftCost (Results 1 – 1 of 1) sorted by relevance
1051 int64_t GetCumulSoftCost(int64_t node, int64_t cumul_value) const;1359 int64_t PathCumulFilter::GetCumulSoftCost(int64_t node, in GetCumulSoftCost() function in operations_research::__anonbeef3bbe0711::PathCumulFilter1443 int64_t current_cumul_cost_value = GetCumulSoftCost(node, cumul); in OnBeforeSynchronizePaths()1461 CapAdd(current_cumul_cost_value, GetCumulSoftCost(node, cumul)); in OnBeforeSynchronizePaths()1598 cumul_cost_delta = CapAdd(GetCumulSoftCost(node, cumul), in AcceptPath()1639 CapAdd(cumul_cost_delta, GetCumulSoftCost(node, cumul)); in AcceptPath()