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

527 commits

Author SHA1 Message Date
Stefan Schroeder
edcacac758 update meta-info in prj-pom 2013-08-06 08:56:37 +02:00
Stefan Schroeder
808c4f8d0a Merge branch 'master' of https://github.com/jsprit/jsprit.git 2013-08-05 18:39:57 +02:00
Stefan Schroeder
07f6af9e56 improve GendreauAlgo 2013-08-05 18:38:54 +02:00
Stefan Schroeder
f25c9079dc add maxVelocity to vehicleType 2013-08-05 18:38:28 +02:00
jsprit
3d545e904c Update README.md 2013-07-30 18:16:56 +02:00
jsprit
2849a11cfe Update README.md 2013-07-25 16:04:23 +02:00
jsprit
3ccc7563c1 Update README.md 2013-07-23 11:06:37 +02:00
jsprit
dc0ecb307f Update README.md 2013-07-23 11:05:33 +02:00
jsprit
e172f80d4d Update README.md 2013-07-23 10:59:07 +02:00
jsprit
83f26f10bb Update README.md 2013-07-23 10:58:18 +02:00
jsprit
99c2db2d6d Update README.md 2013-07-23 10:57:11 +02:00
oblonski
89ba3ac2af intro pickup and delivery 2013-07-19 08:22:16 +02:00
jsprit
9df98824bb Update README.md 2013-07-18 15:02:00 +02:00
oblonski
7011ad8c8e Add VehicleRoutingTransportCostsMatrix to allow considering pre-compiled
time and/or distance matrices. The CostMatrixExample illustrates its
use.
2013-07-17 11:56:39 +02:00
oblonski
03e95c74a9 modify examples according to issue #24, i.e. if output-folder does not
exist, it is created.
2013-07-17 11:55:20 +02:00
oblonski
357f7d82b3 add pickup and delivery 2013-07-17 10:56:11 +02:00
oblonski
8950d49e5a add VehicleRoutingTransportCostMatrix to easily consider time and
distance matrices, and add an example that illustrates the matrix
2013-07-16 21:03:07 +02:00
oblonski
13a9122df1 bugfix issue #23 2013-07-13 19:03:19 +02:00
Stefan Schroeder
4dc9385219 Merge branch 'master' of https://github.com/jsprit/jsprit.git 2013-07-11 16:28:54 +02:00
Stefan Schroeder
6ce5d2519e improve Instances and enhance SolomonReader with fixedCost setting 2013-07-11 16:26:34 +02:00
jsprit
376ed9a538 Update README.md 2013-07-11 15:28:41 +02:00
jsprit
52c08fa817 Update README.md 2013-07-11 15:27:31 +02:00
jsprit
ed1dc7b63a Update README.md 2013-07-11 15:26:53 +02:00
oblonski
72f9cd70ba remove TimeWindowExample 2013-07-09 14:03:50 +02:00
oblonski
360f800bc4 add TimeWindowExample 2013-07-09 14:03:12 +02:00
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