forked from Project-OSRM/osrm-backend
-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
doc: update comments of package slectionstrategy
issue: #242
- Loading branch information
1 parent
2ed8804
commit d3bffac
Showing
2 changed files
with
10 additions
and
0 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,11 @@ | ||
/* | ||
Package selectionstrategy contains logic related with charge station selection related logic. | ||
It contains logic of: | ||
- detect wether destination is reachable or not | ||
- detect whether charge is needed or not | ||
- if charge for one time could reach destination, find best solution | ||
- best solution for multiple charge | ||
+ SearchAlongRoute(comment temporarily) | ||
+ ChargeStationBasedStrategy | ||
*/ | ||
package selectionstrategy |
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