1
0
Fork 0
mirror of https://github.com/graphhopper/jsprit.git synced 2020-01-24 07:45:05 +01:00

add handler if neighborhood tree is null

This commit is contained in:
oblonski 2015-03-06 16:15:12 +01:00
parent 5648630b0a
commit 708400a34a
3 changed files with 32 additions and 0 deletions

View file

@ -82,6 +82,11 @@
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-math3</artifactId>
<version>3.4</version>
</dependency>
</dependencies>