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

45 commits

Author SHA1 Message Date
oblonski
9184e4f392 fix bug: tsp reader could not read asymmetric matrix 2015-03-27 14:41:40 +01:00
oblonski
1cd1733a7a rename vehicle id 2015-03-24 09:14:29 +01:00
oblonski
db0cdbe310 replace deprecated methods 2015-03-09 17:59:04 +01:00
oblonski
5648630b0a modify instance getters to not add fixed costs automatically 2015-03-05 16:25:49 +01:00
oblonski
a0ac5b9935 enhance TSPLIBReader to read most of the tsp instances 2015-02-21 20:28:20 +01:00
oblonski
16085ab97a update tsplibreader to actually read tsp 2015-02-18 22:25:55 +01:00
oblonski
07ac961048 add LopezIbanezBlum instance reader to read tsptw 2015-02-18 22:25:02 +01:00
oblonski
657f85e896 remove penalty vehicle stuff 2015-02-04 08:47:14 +01:00
oblonski
8d20fe12aa replace .setNuOfIterations with .setMaxIterations 2015-01-06 18:48:48 +01:00
oblonski
bc57ac6174 #144 - remove deprecated methods 2014-12-19 16:01:14 +01:00
oblonski
7ea5c5d650 issue #144 - change VehicleRoutingTransportCosts from String to Location 2014-12-17 20:18:07 +01:00
oblonski
9938a6a123 rem penalty vehicle stuff 2014-12-12 08:13:10 +01:00
oblonski
9c04c88358 add classic speed distribution to Fligliozzi 2014-09-22 12:07:03 +02:00
oblonski
8df550e0e6 add Figliozzi utilities to benchmark VRP with time dependent costs 2014-09-17 12:54:24 +02:00
oblonski
427bca13cc add check to prevent LuiShenReader to throw IndexOutOfBoundsException when reading file ending with empty lines 2014-09-16 10:35:54 +02:00
oblonski
f6d06c0b48 add check to prevent SolomonReader to throw IndexOutOfBoundsException when reading file ending with empty lines 2014-09-16 10:28:05 +02:00
oblonski
ebff6ff50e add close statement to readers 2014-09-03 16:26:18 +02:00
oblonski
0179a00e0b add TSPLIB95Reader and Geoffrey's roaddistances matrix reader 2014-09-03 16:09:07 +02:00
oblonski
d551be0ca5 read 23 cordeau instances 2014-08-27 13:22:33 +02:00
oblonski
305b5e5cab remove penalty-veh constructor in jsprit-instances.reader.CordeauReader 2014-08-27 12:50:46 +02:00
oblonski
11300b90d3 migrated from log4j1x to log4j2 2014-07-26 22:56:01 +02:00
oblonski
fa2c5eb00f internal modification 2014-06-02 12:20:22 +02:00
oblonski
71f19d9fbe adjusted examples to multiple cap dims 2014-03-04 12:18:37 +01:00
Stefan Schroeder
2011501beb rem instances and mod cn_17 as well as GoldenReader 2014-01-20 18:06:11 +01:00
oblonski
66df42ac2e modify goldenReader to accomodate the various FSM and HVRP problems 2014-01-15 07:13:14 -05:00
oblonski
fb4ee4f8d6 fix goldenReader bug 2014-01-14 12:30:18 -05:00
oblonski
8786eabf10 add javadoc to VrphGoldenReader 2014-01-14 04:38:53 -05:00
oblonski
03f0e594fa add Golden/Taillard instances to benchmark VRPH 2014-01-14 02:58:42 +01:00
oblonski
5954371789 vrph 2014-01-13 23:01:49 +01:00
oblonski
cfc7c5bc97 add vrph instances 2014-01-13 22:40:46 +01:00
Stefan Schroeder
5ff6d40d63 inspect and remove warnings 2013-12-18 17:05:19 +01:00
Stefan Schroeder
a85b0fc395 prepare for release v0.1.0 2013-11-22 16:54:15 +01:00
oblonski
c528b6d430 add lilim instances plus lilim-instance-reader 2013-11-13 06:13:26 +01:00
Stefan Schroeder
464f294593 change license from GPLv2 to LGPLv3 2013-10-14 16:41:10 +02:00
Stefan Schroeder
98d0de0711 add header 2013-09-02 18:29:30 +02:00
Stefan Schroeder
6ce5d2519e improve Instances and enhance SolomonReader with fixedCost setting 2013-07-11 16:26:34 +02:00
oblonski
045e15e177 rename ChristophidesReader to ChristofidesReader 2013-07-09 14:02:27 +02:00
oblonski
3d0594448e refine and improve benchmarking 2013-07-09 14:01:41 +02:00
oblonski
e982252fc7 fix bug in ChristophidesReader 2013-07-02 06:18:29 +02:00
oblonski
8b01497cfc adapt readers to changes in VehicleTypeBuilder and PenaltyVehicleType 2013-06-21 02:51:34 +02:00
oblonski
7386ba7309 rename VehicleBuilder to Builder; adapt VehicleFleetManagerTest to
changes in VehicleFleetManager
2013-06-21 02:41:53 +02:00
oblonski
c1849a9d5a rename vehicleType to vehicleTypeImpl, extract interface vehicleType;
refactor vehicleType to new file; add penaltyVehicleType; improve
vehicleFleetManagerImpl
2013-06-20 22:59:57 +02:00
Stefan Schroeder
c55af1ce59 add MultipleDepotExamples 2013-06-18 14:08:48 +02:00
oblonski
cc254b2993 refine CordeauReader
add penalty vehicles to allow invalid solutions
2013-06-18 05:13:00 +02:00
Stefan Schroeder
3581d6e097 ini 2013-06-04 10:25:47 +02:00