mirror of
https://github.com/graphhopper/jsprit.git
synced 2020-01-24 07:45:05 +01:00
fixed broken link and correct syntax with md
This commit is contained in:
parent
29fbdd6e66
commit
32aa164afc
5 changed files with 56 additions and 14 deletions
|
|
@ -108,4 +108,4 @@ Collection<VehicleRoutingProblemSolution> solutions = algorithm.searchSolutions(
|
|||
VehicleRoutingProblemSolution bestSolution = Solutions.bestOf(solutions);
|
||||
</code></pre>
|
||||
|
||||
Please visit <a href="https://github.com/jsprit/jsprit/wiki/Simple-Example">Simple Example</a> to get to know how you can analyse the solution.
|
||||
Please visit [Simple Example](Simple-Example.md) to get to know how you can analyse the solution.
|
||||
Loading…
Add table
Add a link
Reference in a new issue