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

1842 commits

Author SHA1 Message Date
ShivKJ
7a30aba0af Purpose of this MultiVehicleCostMatrix is to enable different costMatrix for different VehicleTypeId (Each VehicleType has a VehicleTypeId).
In case, method "public double getTransportCost" is invoked with Vehicle as null then in that case distance corresponding to some default vehicleType is provided.

This class is instantiated with the help of Builder class where default vehicleTypeId is supplied.
2017-02-27 11:20:10 +05:30
Stefan Schröder
9901ea48d0 Merge pull request #325 from zavan/patch-1
Fix typo
2017-02-18 10:10:08 +01:00
Felipe Zavan
2953513e0f Fix typo 2017-02-18 01:30:39 -02:00
oblonski
f9e000c3ff
rename current dev to 1.7.1-SNAPSHOT 2017-02-13 12:51:27 +01:00
oblonski
ab8741a335
get rid of google guava dep 2017-02-07 09:53:46 +01:00
oblonski
6dbc35e350
test reason tracker - related to #180 2017-02-06 22:15:53 +01:00
oblonski
9e9436e1ab
doc codes - related to #180 2017-02-06 21:54:59 +01:00
oblonski
0a8061845d
use job id instead of job - related to #180 2017-02-06 21:48:47 +01:00
oblonski
79ac22f7f4
memorize reasons and translates constraint names into code and reason - related to #180 2017-02-06 21:31:56 +01:00
oblonski
8da37cf4b3
memorize failed constraint names - related to #180 2017-02-06 21:30:16 +01:00
oblonski
ba6dbfae45
add unassigned job listener - related to #180 2017-02-06 21:29:22 +01:00
oblonski
a2787ca390
add google guava - related to #180 2017-02-06 21:28:44 +01:00
oblonski
46c8d09385
Merge remote-tracking branch 'origin/master' 2017-01-30 20:13:13 +01:00
oblonski
d7b4122e10
account for more prio levels in scorer and obj function 2017-01-30 20:05:49 +01:00
oblonski
7d2881f4c1
allow more priority levels - up to 10 2017-01-30 20:02:34 +01:00
Stefan Schröder
802a20a90c Update Getting-Started.md 2017-01-14 11:37:57 +01:00
Stefan Schröder
9c85f67492 Update Getting-Started.md 2017-01-14 11:37:36 +01:00
Stefan Schröder
0e4b8ed5d7 Update Getting-Started.md 2017-01-13 09:24:03 +01:00
Stefan Schröder
6d4f26c5ae Update Getting-Started.md 2017-01-13 09:22:03 +01:00
Stefan Schröder
332009e3bc Update Getting-Started.md 2017-01-13 00:31:32 +01:00
Stefan Schröder
bbde9f4751 Update CHANGELOG.md 2017-01-12 11:32:16 +01:00
Stefan Schröder
f7088b8ba2 v1.7 2017-01-12 11:28:43 +01:00
oblonski
142c3beff6
v1.7 2017-01-12 11:19:16 +01:00
oblonski
0f38d5ed78
align toString 2017-01-11 20:30:07 +01:00
oblonski
b4225f65f8
Merge remote-tracking branch 'origin/master' 2017-01-11 20:20:43 +01:00
oblonski
e624900e68
Merge branch 'bug-286' 2017-01-11 20:09:18 +01:00
oblonski
0becec2ce8
split fix cost calculation - related to #286 2017-01-11 20:08:31 +01:00
Stefan Schröder
f027dea810 add he 2016-12-14 09:25:46 +01:00
Stefan Schröder
d3df091ece add @balage1551 2016-12-14 09:23:40 +01:00
oblonski
5dcbdeeefc
Merge remote-tracking branch 'origin/master' 2016-12-05 19:31:59 +01:00
oblonski
851f0f9861
make regret scorer configurable 2016-12-05 19:31:12 +01:00
Stefan Schröder
4e5dee5d6e Merge pull request #313 from jie31best/bugfix/delivershipment-max-distance-constraint
fix deliverShipment insertion in max distance constraint
2016-11-29 08:19:09 +01:00
He Huang
d628f23b4d fix deliverShipment insertion in max distance constraint 2016-11-29 11:52:52 +08:00
Stefan Schröder
85548b538e Merge pull request #299 from jie31best/bugfix/bug-280
fix bug 280
2016-11-17 08:12:13 +01:00
He Huang
16b9a1164b fix bug 280 2016-11-16 19:17:35 +08:00
oblonski
3699fd5f99
fix bug #297 2016-11-14 10:15:05 +01:00
oblonski
ab0acfb1d6
reproduce bug #297 2016-11-14 10:11:27 +01:00
oblonski
392167051f
deprecated insertion calculators 2016-11-11 20:16:37 +01:00
oblonski
78405218bb
refine max distance constraint - related to #292 2016-11-09 10:01:56 +01:00
oblonski
26878a3b51
refine max distance constraint - related to #292 2016-11-08 16:25:45 +01:00
oblonski
3dcbe71fcf
refine max distance constraint - related to #292 2016-11-08 13:11:00 +01:00
oblonski
dc064c730c
add unit tests for max distance feature - related to #292 2016-11-08 12:32:45 +01:00
oblonski
651b52530f
adjust vehicle array - related to #292 2016-11-08 12:16:59 +01:00
oblonski
f924293520
remove Double.MAX_VALUE - related to #286 2016-11-08 11:20:51 +01:00
oblonski
f8ea447cb9
add max distance feature - related to #285 2016-11-02 14:23:23 +01:00
oblonski
4542f8370d
remove unused field 2016-11-01 08:44:08 +01:00
oblonski
51740a21d6
test adding time and distance to cost matrix 2016-10-18 20:17:24 +02:00
oblonski
eb9f72b2d1
simplify adding time and distance to cost matrix 2016-10-18 15:25:23 +02:00
oblonski
8d16801712
improve docs - related to #288 2016-10-18 15:09:49 +02:00
oblonski
a7c10b2e94
improve docs - related to #288 2016-10-18 13:00:13 +02:00