Skip to content

Commit

Permalink
Adding geometry-free zone-system (#3423)
Browse files Browse the repository at this point in the history
* Add geometry free zone system basics

* Add network preparation

for geometry-free zonal system

* Update pom.xml

* update the zone generation script

* Update PrepareMaxTravelTimeBasedZonalSystem.java
  • Loading branch information
luchengqi7 authored Sep 6, 2024
1 parent e7a507e commit 346290a
Show file tree
Hide file tree
Showing 10 changed files with 688 additions and 4 deletions.
10 changes: 8 additions & 2 deletions contribs/application/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -148,8 +148,14 @@
<artifactId>xercesImpl</artifactId>
<version>2.12.2</version>
</dependency>

</dependencies>
<dependency>
<groupId>org.matsim.contrib</groupId>
<artifactId>dvrp</artifactId>
<version>2025.0-SNAPSHOT</version>
<scope>compile</scope>
</dependency>

</dependencies>

<build>
<plugins>
Expand Down
Loading

0 comments on commit 346290a

Please sign in to comment.