Skip to content

Commit

Permalink
Update docs and tour compactness feature
Browse files Browse the repository at this point in the history
  • Loading branch information
reinterpretcat committed Aug 26, 2023
1 parent d87c4c4 commit c0e86cc
Show file tree
Hide file tree
Showing 6 changed files with 1,888 additions and 7 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ All notable changes to this project will be documented in this file.

### Added

* recharge stations feature to support basic electric VRP use cases
* `experimental` recharge stations feature to support basic electric VRP use case

### Changed

Expand Down
4 changes: 2 additions & 2 deletions docs/src/examples/pragmatic/basics/recharge.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@ This example demonstrates an **experimental** feature to model a simple scenario
a distance limit (10km), so that they are forced to visit charging stations. Each station is defined by specific location,
charging duration and time windows.

**TODO**: update examples

<details>
<summary>Problem</summary><p>

Expand All @@ -30,3 +28,5 @@ charging duration and time windows.
</div>

<div id="map"></div>

**NOTE**: the feature is on early stage
Loading

0 comments on commit c0e86cc

Please sign in to comment.