From 6f6df97af8301b88e913db486bda0e5182784f84 Mon Sep 17 00:00:00 2001 From: Johannes Erwerle Date: Thu, 15 Sep 2022 14:19:38 +0200 Subject: [PATCH] updated README --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 20036e1..c3ded3c 100644 --- a/README.md +++ b/README.md @@ -52,6 +52,7 @@ Import and Export from/to a file can be done with the `from_fmi_file` and `write The dijkstras algorithm is implenented in `gridgraph.rs`. It uses a Heap to store the nodes. +On details on how to run benchmarks see the benchmarks session at the end. ## Task 6