Public Member Functions | |
MulticriteriaExpandedDijkstra (TransitNetworkExpanded *transitNetwork) | |
FRIEND_TEST (MultiCriteriaExpandedTest, computeShortestPath) | |
double | computeShortestPath (string startStop, Time time, string endStop, bool buildPath) |
double | computeShortestPath (int startStopId, Time startTime, int endStopId, bool reconstructPath) |
Public Attributes | |
vector< pair< NodeExpanded, Edge > > | transitShortestPath |
vector< Label > | labels |
vector< LabelSet > | labelSets |
vector< TransitPath > | optimalPaths |