Skip to content

Commit

Permalink
Mode Choice with Dynamic LCP
Browse files Browse the repository at this point in the history
  • Loading branch information
CorinStaves committed Aug 27, 2024
1 parent 743614f commit 51c88f7
Show file tree
Hide file tree
Showing 17 changed files with 2,084 additions and 10 deletions.
10 changes: 10 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -141,6 +141,11 @@
<artifactId>pt2matsim</artifactId>
<version>21.10</version>
</dependency>
<dependency>
<groupId>com.github.haifengl</groupId>
<artifactId>smile-core</artifactId>
<version>3.1.1</version>
</dependency>
<dependency>
<groupId>omx</groupId>
<artifactId>omx</artifactId>
Expand All @@ -151,6 +156,11 @@
<artifactId>commons-math3</artifactId>
<version>3.6.1</version>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
<version>2.0.14</version>
</dependency>
</dependencies>
<dependencyManagement>
<dependencies>
Expand Down
Loading

0 comments on commit 51c88f7

Please sign in to comment.