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

1102 commits

Author SHA1 Message Date
oblonski
b40204685c internal changes 2013-07-09 14:02:55 +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
Stefan Schroeder
70bb212848 change addVehicleType(VehicleTypeImpl) to addVehicleType(VehicleType) 2013-07-08 08:39:09 +02:00
oblonski
e982252fc7 fix bug in ChristophidesReader 2013-07-02 06:18:29 +02:00
oblonski
45b0c35a95 Merge branch 'master' of https://github.com/jsprit/jsprit.git 2013-07-01 03:40:20 +02:00
oblonski
a3d8a9b484 add copyright 2013-07-01 03:37:38 +02:00
jsprit
a55cdd6565 Update README.md 2013-07-01 03:23:42 +02:00
jsprit
5eb77dba6a Update README.md 2013-07-01 03:22:48 +02:00
jsprit
6c94e8609d Update README.md 2013-07-01 03:20:41 +02:00
oblonski
05dc00814e modify javadoc 2013-07-01 03:01:49 +02:00
oblonski
fa8d97b7e9 improve benchmarking 2013-07-01 02:49:04 +02:00
oblonski
a6a671d484 enhance jsprit with prematureAlgorithmBreaker, add
VariationCoefficientBreaker, TimeBreaker and IterationBreaker
2013-07-01 02:48:25 +02:00
oblonski
6b7c1f035b Merge branch 'improvePrematureBreak' into benchmarking 2013-06-28 10:32:00 +02:00
oblonski
c0cf228140 add concurrentBenchmarker 2013-06-28 10:30:24 +02:00
oblonski
aab465a349 benchmarking 2013-06-28 08:49:01 +02:00
oblonski
b6bc3e0d93 Improve premature algorithm break 2013-06-28 07:55:32 +02:00
oblonski
cc47719eac mod simpleEx 2013-06-21 13:05:12 +02:00
oblonski
cd3fc25ed0 hide concurrent algorithms for now 2013-06-21 11:53:33 +02:00
oblonski
84c669f0d4 mod example 2013-06-21 11:52:25 +02:00
oblonski
12a33d7ac9 ignore output 2013-06-21 11:36:32 +02:00
oblonski
458b3cfc87 modify example according to changes in VehicleTypeImpl 2013-06-21 11:35:57 +02:00
oblonski
1d34374510 modify InfiniteVehicles according to changes in VehicleFleetManager 2013-06-21 11:23:48 +02:00
oblonski
4761b30b16 adapt tests to changes in vehicleFleetManager 2013-06-21 11:16:51 +02:00
oblonski
8b01497cfc adapt readers to changes in VehicleTypeBuilder and PenaltyVehicleType 2013-06-21 02:51:34 +02:00
oblonski
d4169d7797 adapt multiple depot example 2013-06-21 02:46:43 +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
oblonski
d223475cb4 remove redundant code 2013-06-20 20:58:36 +02:00
oblonski
4c4d9ea96d mod example 2013-06-20 20:57:44 +02:00
oblonski
5eaa288735 further refinements 2013-06-20 17:25:53 +02:00
oblonski
665b4a8970 changer iter 2013-06-20 17:00:20 +02:00
oblonski
277ffdb51a change algorithmReader to allow concurrency 2013-06-20 16:58:39 +02:00
oblonski
cdf4878bf9 change fleetManager concept - instead of returned available types, it
returns vehicles; adapt CalculatesVehTypeDepServiceInsertion to changes
in FleetManager
2013-06-20 16:57:39 +02:00
Stefan Schroeder
97faf7fb53 adapt CordeauReaderTest to changes in CordeauReader 2013-06-18 14:40:18 +02:00
Stefan Schroeder
1d2e5e4803 change vrp_xml_schema.xsd to allow the xml-file only contain services 2013-06-18 14:16:30 +02:00
Stefan Schroeder
caef965315 improve error message when throwing IllegalStateException
in BestInsertion
2013-06-18 14:15:44 +02:00
Stefan Schroeder
c55af1ce59 add MultipleDepotExamples 2013-06-18 14:08:48 +02:00
Stefan Schroeder
cc8f0ed2d8 input data for MultipleDepotExample 2013-06-18 11:53:43 +02:00
Stefan Schroeder
85bc733e69 adapt cordeauReaderTest to changes in CordeauReader 2013-06-18 09:34:24 +02:00
Stefan Schroeder
a022a2c262 add RefuseCollectionExample 2013-06-18 09:29:06 +02:00
Stefan Schroeder
3587c7fe94 improve JobDistance for RadialRuin 2013-06-18 09:28:33 +02:00
jsprit
b0de3eef86 Update README.md 2013-06-18 06:50:08 +03:00
jsprit
83a02a37e6 Update README.md 2013-06-18 06:48:50 +03:00
jsprit
0cc9c47a92 Update README.md 2013-06-18 05:46:52 +02:00
oblonski
daf258e586 fix bug: when having problems with finite vehicles, locking and
unlocking was not consistent.

now it is
2013-06-18 05:15:57 +02:00
oblonski
a48013bc0f include fixed and variable vehicle-costs 2013-06-18 05:14:21 +02:00
oblonski
cc254b2993 refine CordeauReader
add penalty vehicles to allow invalid solutions
2013-06-18 05:13:00 +02:00
Stefan Schroeder
885eab5eff add getAddedServices(), getAddedVehicles() to
VehicleRoutingProblem.Builder to get a snapshot of what has already been
built
2013-06-11 14:00:09 +02:00
Stefan Schroeder
611d71f272 make VehicleRoutingProblem immutable 2013-06-11 11:50:21 +02:00