Home
last modified time | relevance | path

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

/dports/math/py-or-tools/or-tools-9.2/ortools/constraint_solver/
H A Drouting_search.h668 node_index_to_vehicle_.assign(node_index_to_vehicle_.size(), -1); in ResetVehicleIndices()
672 DCHECK_LT(node, node_index_to_vehicle_.size()); in SetVehicleIndex()
673 node_index_to_vehicle_[node] = vehicle; in SetVehicleIndex()
713 std::vector<int> node_index_to_vehicle_; variable
H A Drouting_search.cc734 node_index_to_vehicle_(model->Size(), -1), in GlobalCheapestInsertionFilteredHeuristic()
843 if (node_index_to_vehicle_[node] != v) { in CheckVehicleIndices()
851 if (!node_is_visited[node] && node_index_to_vehicle_[node] != -1) { in CheckVehicleIndices()
879 pickup_vehicle = node_index_to_vehicle_[pickup]; in BuildSolutionInternal()
886 delivery_vehicle = node_index_to_vehicle_[delivery]; in BuildSolutionInternal()
1583 const int vehicle = node_index_to_vehicle_[pickup_insert_after]; in InitializeInsertionEntriesPerformingPair()
1619 const int vehicle = node_index_to_vehicle_[delivery_insert_after]; in InitializeInsertionEntriesPerformingPair()
2007 const int vehicle = node_index_to_vehicle_[insert_after]; in InitializeInsertionEntriesPerformingNode()