Searched refs:reachable_midpoints (Results 1 – 1 of 1) sorted by relevance
3287 std::vector<int> reachable_midpoints; in GetPathsThroughSupplyLanes() local3342 reachable_midpoints.push_back(curr.curr); in GetPathsThroughSupplyLanes()3343 reachable_midpoints.push_back(next); in GetPathsThroughSupplyLanes()3362 if (reachable_midpoints.empty()) in GetPathsThroughSupplyLanes()3374 for (int reachable_midpoint : reachable_midpoints) { in GetPathsThroughSupplyLanes()