We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0414257 commit 10d8d0bCopy full SHA for 10d8d0b
src/dsf/mobility/RoadNetwork.hpp
@@ -190,7 +190,8 @@ namespace dsf::mobility {
190
requires is_street_v<std::remove_reference_t<T1>> &&
191
(is_street_v<std::remove_reference_t<Tn>> && ...)
192
void addStreets(T1&& street, Tn&&... streets);
193
-
+ /// @brief Set the streets' stationary weights
194
+ /// @param streetWeights A map where the key is the street id and the value is the street stationary weight
195
void setStreetStationaryWeights(std::unordered_map<Id, double> const& streetWeights);
196
197
/// @brief Get a street from the graph
0 commit comments