You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/dsm/headers/RoadNetwork.hpp
+2-1Lines changed: 2 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -81,10 +81,11 @@ namespace dsm {
81
81
/// @details The nodes' capacity is adjusted using the graph's streets transport capacity, which may vary basing on the number of lanes. The node capacity will be set to the sum of the incoming streets' transport capacity.
82
82
voidadjustNodeCapacities();
83
83
/// @brief Initialize the traffic lights with random parameters
84
+
/// @param minGreenTime The minimum green time for the traffic lights cycles (default is 30)
84
85
/// @details Traffic Lights with no parameters set are initialized with random parameters.
85
86
/// Street priorities are assigned considering the number of lanes and the speed limit.
86
87
/// Traffic Lights with an input degree lower than 3 are converted to standard intersections.
0 commit comments