-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add
makeTrafficLight
function to Graph (#146)
* Add yellow delay to trafficlight class * New set_delay - wip: no tests * New `setDelay` for traffic light * Update version * Add `importCoords` function to Graph class * Rework `meanTravelTimes`: now can delete data after get * Add `isSpire` to Street class * Update version * Add `makeTrafficLight` function to Graph class * Formatting * Fix typo * Formatting --------- Co-authored-by: Simone Balducci <[email protected]>
- Loading branch information
Showing
4 changed files
with
41 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters