Home
last modified time | relevance | path

Searched refs:delta_path_cumul_cost_values_ (Results 1 – 1 of 1) sorted by relevance

/dports/math/py-or-tools/or-tools-9.2/ortools/constraint_solver/
H A Drouting_filters.cc1181 std::vector<int64_t> delta_path_cumul_cost_values_; member in operations_research::__anonbeef3bbe0711::PathCumulFilter
1247 delta_path_cumul_cost_values_(routing_model.vehicles(), in PathCumulFilter()
1743 delta_path_cumul_cost_values_[vehicle] = cumul_cost_delta; in AcceptPath()
1885 path_delta_cost_with_lp, delta_path_cumul_cost_values_[vehicle]); in FinalizeAcceptPath()
1894 path_delta_cost_values[i] = delta_path_cumul_cost_values_[vehicle]; in FinalizeAcceptPath()