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
* Add Edge base class
* Bugfix: capacity sometimes drop to 0
* Resolve deprecation warning
* Remove unused functions in Street
* Remove unused things
* Add u, v getters
* Less constructors
* Remove now useless function
* Adjust tests
* Bugfix
* Compiling examples
* Fix some warnings
* Bugfix
Copy file name to clipboardExpand all lines: src/dsm/headers/Graph.hpp
-5Lines changed: 0 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -110,11 +110,6 @@ namespace dsm {
110
110
/// @brief Adjust the nodes' transport capacity
111
111
/// @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.
112
112
voidadjustNodeCapacities();
113
-
/// @brief Normalize the streets' capacities
114
-
/// @param meanVehicleLength The mean vehicle length
115
-
/// @details The streets' capacities are normalized using the mean vehicle length following the formula:
0 commit comments