Switch from Euclidean to approximate driving distance

This commit is contained in:
2022-12-15 09:49:38 -06:00
parent 23b3b33146
commit 48bd3c403f
9 changed files with 109 additions and 15 deletions

View File

@@ -7,7 +7,7 @@ To use RELOG, the first step is to install the [Julia programming language](http
```julia
using Pkg
Pkg.add(name="RELOG", version="0.5")
Pkg.add(name="RELOG", version="0.6")
```
After the package and all its dependencies have been installed, please run the RELOG test suite, as shown below, to make sure that the package has been correctly installed: