Kandel Irina
|
ec13abcf4b
|
add vehicle fixed cost to new routes
|
2018-01-31 08:13:26 +02:00 |
|
Kandel Irina
|
e1e231ce92
|
remove fixed cost back
|
2018-01-29 12:36:05 +02:00 |
|
Kandel Irina
|
e38deb8cad
|
test added
|
2018-01-25 11:18:23 +02:00 |
|
Kandel Irina
|
25c123bc61
|
add fixed cost to insertion cost
|
2018-01-25 10:13:57 +02:00 |
|
kobyb
|
21a1d43834
|
Bug fix
|
2018-01-16 13:34:31 +02:00 |
|
kobyb
|
92524d53b3
|
Merge remote-tracking branch 'graphhopper/master' into merge_from_gh_master
# Conflicts:
#
jsprit-core/src/main/java/com/graphhopper/jsprit/core/algorithm/state/Up
dateMaxTimeInVehicle.java
|
2018-01-16 11:53:33 +02:00 |
|
Kandel Irina
|
2f0a30339d
|
log_added_to_count_of_vehicles_by_vehicle_types
|
2018-01-08 09:16:03 +02:00 |
|
oblonski
|
cd6477ce14
|
add helper methods for skills
|
2017-12-14 16:10:17 +01:00 |
|
oblonski
|
f218b9a738
|
throw exception if vehicle id is null
|
2017-12-11 13:29:44 +01:00 |
|
Kandel Irina
|
c489207bf3
|
add driver cost for new route
|
2017-12-11 14:02:06 +02:00 |
|
Kandel Irina
|
1818bef3bd
|
solutions as parameter
|
2017-12-05 10:29:47 +02:00 |
|
oblonski
|
b610626b1d
|
refine error messages
|
2017-11-30 09:49:00 +01:00 |
|
oblonski
|
76aa6938db
|
refine error messages
|
2017-11-28 15:47:33 +01:00 |
|
oblonski
|
fb78e1574b
|
add human readable reason
|
2017-11-21 19:59:26 +01:00 |
|
Stefan Schröder
|
9144a05886
|
Merge pull request #390 from Jullil/unassigned_job_reason_tracker_returns_the_last_failed_constraint
UnassignedJobReasonTracker returns the last failed constraint
|
2017-11-13 15:11:38 +01:00 |
|
oblonski
|
d591165281
|
reproduce bug #391
|
2017-11-13 15:09:38 +01:00 |
|
Iuliia Loikova
|
288f6023a3
|
Unassigned job reason tracker returns the last failed constraint instead of the most likely
|
2017-11-09 23:31:30 +01:00 |
|
oblonski
|
a714312685
|
Merge remote-tracking branch 'origin/master'
|
2017-11-08 19:40:12 +01:00 |
|
oblonski
|
8486841884
|
improve max-time-in-vehicle
|
2017-11-08 19:37:48 +01:00 |
|
oblonski
|
39ed96341a
|
improve max-time-in-vehicle
|
2017-11-08 19:07:51 +01:00 |
|
oblonski
|
e8fe642e16
|
improve max-time-in-vehicle
|
2017-11-08 16:10:39 +01:00 |
|
Kandel Irina
|
7c724d9c79
|
ActivityCostRecievePrevActTo
|
2017-11-08 12:07:50 +02:00 |
|
Michal Maciejewski
|
0a5c3e01c0
|
CrowFlyCosts inherits from EuclideanCosts to remove duplicated code
|
2017-11-06 11:18:26 +01:00 |
|
Michal Maciejewski
|
e3acb05b0a
|
unnecessary @SuppressWarnings removed
|
2017-11-06 00:02:02 +01:00 |
|
Michal Maciejewski
|
05f3f1e3e9
|
unused timeWindow variables removed from Service and Shipment
|
2017-10-26 20:13:37 +02:00 |
|
Michal Maciejewski
|
04756a7287
|
all time windows printed by Shipment/Service.toString()
|
2017-10-26 11:15:13 +02:00 |
|
Michal Maciejewski
|
cea251b942
|
Shipment.toString() added
|
2017-10-24 22:08:24 +02:00 |
|
Michal Maciejewski
|
49c6d36945
|
EuclideanCosts.calculateDistance(Location,Location) is a one-liner now
|
2017-10-24 14:31:36 +02:00 |
|
Michal Maciejewski
|
cfd60f5eec
|
Merge remote-tracking branch 'michalmac/dvrp' into michalmac_master
|
2017-10-24 11:52:09 +02:00 |
|
oblonski
|
6166c0ea10
|
add helper methods - related to #380
|
2017-10-24 11:40:29 +02:00 |
|
oblonski
|
0dfffdd9dd
|
add helper methods - related to #380
|
2017-10-24 11:40:29 +02:00 |
|
Michal Maciejewski
|
ab17e93a63
|
small refinements
|
2017-10-19 20:31:01 +02:00 |
|
He Huang
|
75e9b6f9dd
|
make VehicleRoutingTransportCosts implement TransportDistance
|
2017-08-03 18:04:45 +08:00 |
|
He Huang
|
fd476d6aff
|
disallow duplicate break id
|
2017-07-11 14:34:33 +08:00 |
|
oblonski
|
118240ea88
|
further tests of max-time-in-vehicle feature
|
2017-07-06 09:53:20 +02:00 |
|
oblonski
|
db0c39e1c2
|
refine max-time-in-vehicle constraint
|
2017-07-05 10:41:23 +02:00 |
|
oblonski
|
b5998e1d93
|
Merge branch 'master' into max-time-feature
# Conflicts:
# jsprit-core/src/main/java/com/graphhopper/jsprit/core/problem/job/Service.java
# jsprit-core/src/main/java/com/graphhopper/jsprit/core/problem/job/Shipment.java
# jsprit-core/src/test/java/com/graphhopper/jsprit/core/problem/job/PickupTest.java
# jsprit-core/src/test/java/com/graphhopper/jsprit/core/problem/job/ServiceTest.java
# jsprit-core/src/test/java/com/graphhopper/jsprit/core/problem/job/ShipmentTest.java
|
2017-07-05 10:40:18 +02:00 |
|
oblonski
|
d8f7af7fb5
|
add helper
|
2017-06-30 10:44:39 +02:00 |
|
oblonski
|
1ef29a268c
|
sort jobs acc to priorities
|
2017-06-30 08:47:55 +02:00 |
|
oblonski
|
5fa1cea6af
|
Merge branch 'master' into prio-improvement
|
2017-06-29 12:34:20 +02:00 |
|
oblonski
|
ecea356c54
|
improve unassigned reason tracker
|
2017-06-29 12:31:54 +02:00 |
|
oblonski
|
f647884184
|
make getMostLikely a static method
|
2017-06-29 09:58:38 +02:00 |
|
oblonski
|
f54241144c
|
prio improvement
|
2017-06-28 23:19:15 +02:00 |
|
Stefan Schröder
|
c47dae32d3
|
Merge pull request #355 from balage1541/master
#354 - Initial solution with new jobs added
|
2017-06-14 14:51:15 +02:00 |
|
Balázs Vissy
|
1af7532939
|
#354 - fixed - Cost recalculated for solution after jobs added (also a copy is made from the solution)
|
2017-06-12 22:38:35 +02:00 |
|
Balázs Vissy
|
eb78625e1f
|
#354 - partial solution: adding new jobs as unassigned
|
2017-06-12 22:26:28 +02:00 |
|
oblonski
|
adefbbdc60
|
1.7.3-SNAPSHOT
|
2017-06-08 12:33:33 +02:00 |
|
Balázs Vissy
|
c109fe676f
|
#347 - Custom properties
|
2017-05-31 22:51:56 +02:00 |
|
oblonski
|
b9da9b9a06
|
make reason tracker more robust
|
2017-05-16 20:50:08 +02:00 |
|
oblonski
|
a7c0766488
|
change dev version
|
2017-05-11 16:57:54 +02:00 |
|