Skip to content
Snippets Groups Projects
Commit 16c827e2 authored by markn92's avatar markn92
Browse files

wip

parent 7b60d0f0
No related branches found
No related tags found
No related merge requests found
...@@ -117,7 +117,7 @@ def state_graph(G: nx.Graph, capacity: SoC) -> nx.DiGraph: ...@@ -117,7 +117,7 @@ def state_graph(G: nx.Graph, capacity: SoC) -> nx.DiGraph:
def compose_result(G: nx.Graph, path: Path) -> dict: def compose_result(G: nx.Graph, path: Path) -> dict:
pass return {'trip_time': 0, 'path': path}
def shortest_path(G: nx.Graph, charging_stations: Set[Node], s: Node, t: Node, def shortest_path(G: nx.Graph, charging_stations: Set[Node], s: Node, t: Node,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment