mirror of
https://github.com/graphhopper/jsprit.git
synced 2020-01-24 07:45:05 +01:00
still trying to fix travis
This commit is contained in:
parent
bdcbd0feab
commit
e94e2949d1
4 changed files with 64 additions and 46 deletions
|
|
@ -1,7 +1,7 @@
|
||||||
language: java
|
language: java
|
||||||
jdk:
|
jdk:
|
||||||
- openjdk7
|
# - openjdk7
|
||||||
- openjdk6
|
# - openjdk6
|
||||||
- oraclejdk7
|
- oraclejdk7
|
||||||
- oraclejdk8
|
- oraclejdk8
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -56,7 +56,7 @@
|
||||||
</plugins>
|
</plugins>
|
||||||
</pluginManagement>
|
</pluginManagement>
|
||||||
<plugins>
|
<plugins>
|
||||||
<!-- <plugin>
|
<plugin>
|
||||||
<artifactId>maven-surefire-plugin</artifactId>
|
<artifactId>maven-surefire-plugin</artifactId>
|
||||||
<version>2.18.1</version>
|
<version>2.18.1</version>
|
||||||
<configuration>
|
<configuration>
|
||||||
|
|
@ -80,7 +80,7 @@
|
||||||
</goals>
|
</goals>
|
||||||
</execution>
|
</execution>
|
||||||
</executions>
|
</executions>
|
||||||
</plugin>-->
|
</plugin>
|
||||||
|
|
||||||
</plugins>
|
</plugins>
|
||||||
</build>
|
</build>
|
||||||
|
|
|
||||||
|
|
@ -6,15 +6,13 @@
|
||||||
</problemType>
|
</problemType>
|
||||||
<vehicles>
|
<vehicles>
|
||||||
<vehicle>
|
<vehicle>
|
||||||
<id>v</id>
|
<id>v1</id>
|
||||||
<typeId>type</typeId>
|
<typeId>vehType</typeId>
|
||||||
<startLocation>
|
<startLocation>
|
||||||
<id>startLoc</id>
|
<id>loc</id>
|
||||||
<coord x="1.0" y="2.0"/>
|
|
||||||
</startLocation>
|
</startLocation>
|
||||||
<endLocation>
|
<endLocation>
|
||||||
<id>endLoc</id>
|
<id>loc</id>
|
||||||
<coord x="4.0" y="5.0"/>
|
|
||||||
</endLocation>
|
</endLocation>
|
||||||
<timeSchedule>
|
<timeSchedule>
|
||||||
<start>0.0</start>
|
<start>0.0</start>
|
||||||
|
|
@ -25,19 +23,9 @@
|
||||||
</vehicles>
|
</vehicles>
|
||||||
<vehicleTypes>
|
<vehicleTypes>
|
||||||
<type>
|
<type>
|
||||||
<id>type</id>
|
<id>vehType</id>
|
||||||
<capacity-dimensions>
|
<capacity-dimensions>
|
||||||
<dimension index="0">100</dimension>
|
<dimension index="0">20</dimension>
|
||||||
<dimension index="1">1000</dimension>
|
|
||||||
<dimension index="2">0</dimension>
|
|
||||||
<dimension index="3">0</dimension>
|
|
||||||
<dimension index="4">0</dimension>
|
|
||||||
<dimension index="5">0</dimension>
|
|
||||||
<dimension index="6">0</dimension>
|
|
||||||
<dimension index="7">0</dimension>
|
|
||||||
<dimension index="8">0</dimension>
|
|
||||||
<dimension index="9">0</dimension>
|
|
||||||
<dimension index="10">10000</dimension>
|
|
||||||
</capacity-dimensions>
|
</capacity-dimensions>
|
||||||
<costs>
|
<costs>
|
||||||
<fixed>0.0</fixed>
|
<fixed>0.0</fixed>
|
||||||
|
|
@ -46,4 +34,57 @@
|
||||||
</costs>
|
</costs>
|
||||||
</type>
|
</type>
|
||||||
</vehicleTypes>
|
</vehicleTypes>
|
||||||
|
<services>
|
||||||
|
<service id="1" type="service">
|
||||||
|
<location>
|
||||||
|
<id>loc</id>
|
||||||
|
</location>
|
||||||
|
<capacity-dimensions>
|
||||||
|
<dimension index="0">1</dimension>
|
||||||
|
</capacity-dimensions>
|
||||||
|
<duration>2.0</duration>
|
||||||
|
<timeWindows>
|
||||||
|
<timeWindow>
|
||||||
|
<start>0.0</start>
|
||||||
|
<end>1.7976931348623157E308</end>
|
||||||
|
</timeWindow>
|
||||||
|
</timeWindows>
|
||||||
|
</service>
|
||||||
|
<service id="2" type="service">
|
||||||
|
<location>
|
||||||
|
<id>loc2</id>
|
||||||
|
</location>
|
||||||
|
<capacity-dimensions>
|
||||||
|
<dimension index="0">1</dimension>
|
||||||
|
</capacity-dimensions>
|
||||||
|
<duration>4.0</duration>
|
||||||
|
<timeWindows>
|
||||||
|
<timeWindow>
|
||||||
|
<start>0.0</start>
|
||||||
|
<end>1.7976931348623157E308</end>
|
||||||
|
</timeWindow>
|
||||||
|
</timeWindows>
|
||||||
|
</service>
|
||||||
|
</services>
|
||||||
|
<solutions>
|
||||||
|
<solution>
|
||||||
|
<cost>10.0</cost>
|
||||||
|
<routes>
|
||||||
|
<route>
|
||||||
|
<driverId>noDriver</driverId>
|
||||||
|
<vehicleId>v1</vehicleId>
|
||||||
|
<start>0.0</start>
|
||||||
|
<act type="service">
|
||||||
|
<serviceId>1</serviceId>
|
||||||
|
<arrTime>0.0</arrTime>
|
||||||
|
<endTime>0.0</endTime>
|
||||||
|
</act>
|
||||||
|
<end>0.0</end>
|
||||||
|
</route>
|
||||||
|
</routes>
|
||||||
|
<unassignedJobs>
|
||||||
|
<job id="2"/>
|
||||||
|
</unassignedJobs>
|
||||||
|
</solution>
|
||||||
|
</solutions>
|
||||||
</problem>
|
</problem>
|
||||||
|
|
|
||||||
25
pom.xml
25
pom.xml
|
|
@ -86,6 +86,7 @@
|
||||||
<mockito.version>1.9.5</mockito.version>
|
<mockito.version>1.9.5</mockito.version>
|
||||||
<logger.version>2.0</logger.version>
|
<logger.version>2.0</logger.version>
|
||||||
<maven.javadoc.failOnError>false</maven.javadoc.failOnError>
|
<maven.javadoc.failOnError>false</maven.javadoc.failOnError>
|
||||||
|
<maven.version>3.0.4</maven.version>
|
||||||
|
|
||||||
</properties>
|
</properties>
|
||||||
|
|
||||||
|
|
@ -282,30 +283,6 @@
|
||||||
<version>${logger.version}</version>
|
<version>${logger.version}</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
|
|
||||||
|
|
||||||
<!--<dependency>-->
|
|
||||||
<!--<groupId>log4j</groupId>-->
|
|
||||||
<!--<artifactId>log4j</artifactId>-->
|
|
||||||
<!--<version>${logger.version}</version>-->
|
|
||||||
<!--<exclusions>-->
|
|
||||||
<!--<exclusion>-->
|
|
||||||
<!--<groupId>javax.mail</groupId>-->
|
|
||||||
<!--<artifactId>mail</artifactId>-->
|
|
||||||
<!--</exclusion>-->
|
|
||||||
<!--<exclusion>-->
|
|
||||||
<!--<groupId>javax.jms</groupId>-->
|
|
||||||
<!--<artifactId>jms</artifactId>-->
|
|
||||||
<!--</exclusion>-->
|
|
||||||
<!--<exclusion>-->
|
|
||||||
<!--<groupId>com.sun.jdmk</groupId>-->
|
|
||||||
<!--<artifactId>jmxtools</artifactId>-->
|
|
||||||
<!--</exclusion>-->
|
|
||||||
<!--<exclusion>-->
|
|
||||||
<!--<groupId>com.sun.jmx</groupId>-->
|
|
||||||
<!--<artifactId>jmxri</artifactId>-->
|
|
||||||
<!--</exclusion>-->
|
|
||||||
<!--</exclusions>-->
|
|
||||||
<!--</dependency> -->
|
|
||||||
</dependencies>
|
</dependencies>
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue