mirror of
https://github.com/graphhopper/jsprit.git
synced 2020-01-24 07:45:05 +01:00
adapt cordeauReaderTest to changes in CordeauReader
This commit is contained in:
parent
a022a2c262
commit
85bc733e69
1 changed files with 4 additions and 1 deletions
|
|
@ -53,7 +53,10 @@ public class CordeauReaderTest {
|
|||
VehicleRoutingProblem.Builder vrpBuilder = VehicleRoutingProblem.Builder.newInstance();
|
||||
new CordeauReader(vrpBuilder).read(this.getClass().getClassLoader().getResource("p01").getPath());
|
||||
VehicleRoutingProblem vrp = vrpBuilder.build();
|
||||
assertEquals(16,vrp.getVehicles().size());
|
||||
/*
|
||||
* 16 plus 4*5 penalty vehicles
|
||||
*/
|
||||
assertEquals(36,vrp.getVehicles().size());
|
||||
}
|
||||
|
||||
@Test
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue