Function map_model::make::traffic_signals::get_possible_policies
source · pub fn get_possible_policies(
map: &Map,
id: IntersectionID
) -> Vec<(String, ControlTrafficSignal)>
Expand description
Applies a bunch of heuristics to a single intersection, returning the valid results in best-first order. The signal configuration is only based on the roads connected to the intersection.