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

1977 commits

Author SHA1 Message Date
Stefan Schröder
71d97f2234 Merge pull request #351 from balage1551/master
Migration process started
2017-08-07 07:11:08 +02:00
Balázs Vissy
295d640995 POM and source updated to PTT version 2 2017-08-01 21:19:55 +02:00
Balázs Vissy
0e3f8461a6 Activities javadoc'd. 2017-07-31 23:05:08 +02:00
Balázs Vissy
89570ad2e5 javadoc for CustomJob + some visibility change to make the API more compact 2017-07-31 22:05:23 +02:00
Balázs Vissy
bb35142a8f Bugfix: wrong return type on generic, extensible builder pattern 2017-07-31 20:24:34 +02:00
Balázs Vissy
c99b76e866 Cleanup and comment base Job classes 2017-07-26 22:34:55 +02:00
Balázs Vissy
e845687bea getters added to facades to access new structures 2017-07-25 22:40:14 +02:00
Balázs Vissy
dc41b69503 Shipment migrated + bugfix: missing delegates for Service 2017-07-25 22:29:13 +02:00
Balázs Vissy
545bc85346 Pickup and Delivery migrated 2017-07-25 20:19:44 +02:00
Balázs Vissy
1a4c288a00 relocated file added to migration doc 2017-07-24 17:23:07 +02:00
Balázs Vissy
c90502e1a2 migration documentation added 2017-07-24 17:11:57 +02:00
Balázs Vissy
07cf58c884 Rename (new) Service -> ServiceJob and LegacyService -> Service 2017-07-24 16:44:37 +02:00
Balázs Vissy
1131a9cb39 new and legacy Job/AbstractJob merged. 2017-07-24 15:03:46 +02:00
Balázs Vissy
5dd4d0fcaa old implementation removed 2017-07-05 23:38:39 +02:00
Balázs Vissy
94dbe39ebc migration ready - before removing old 2017-07-05 23:35:48 +02:00
Balázs Vissy
1dd12467ff partially removed deprecated code (vehicle summery is still to do) 2017-06-29 23:42:15 +02:00
Balázs Vissy
4fb9f7d5d6 original SolutionPrinter restored 2017-06-29 23:32:03 +02:00
Balázs Vissy
55945e5b59 migration to new structure complete 2017-06-29 23:24:14 +02:00
Balázs Vissy
eb0c61c794 Switching to new table system is on its way (70% ready) 2017-06-29 02:07:36 +02:00
Balázs Vissy
467ca8009f Service: facade created, priority limit modified to 10 2017-06-15 23:20:48 +02:00
Balázs Vissy
6fed884f36 Migration checklist created 2017-06-05 22:21:20 +02:00
Balázs Vissy
47ba39a21b Start of new documentation. 2017-06-02 23:16:28 +02:00
Stefan Schröder
f4a91fc067 Merge pull request #318 from balage1551/master
Modular objective function (SolutionCostCalculator)
2016-12-14 12:16:02 +01:00
balage
8507242216 minor bugfixes and unit tests for ModularSolutionCostCalculator 2016-12-13 16:04:49 +01:00
balage
10dedf7e59 Commented. 2016-12-13 15:16:55 +01:00
balage
7184772b76 Added component management functions and changed structure for easier manipulation. 2016-12-09 17:14:29 +01:00
balage
0f708ea12d rolled back job column abstraction (server uses a stricter compiler setting and build fails) 2016-12-09 16:21:02 +01:00
balage
57f38c9eaf fixed unit test (and feel ashamed of not running the tests before commit) 2016-12-09 16:08:09 +01:00
balage
cba0329026 Weights fixed 2016-12-09 15:56:09 +01:00
balage
7efc00d944 Integrated to the main code (except the beforeXXX methods), added Solution printer support 2016-12-09 15:04:42 +01:00
balage
879b279a38 toString added to ComponentValues 2016-12-09 12:37:37 +01:00
balage
c8882a56e4 ModularSolutionCostCalculator added. (Basic functionality, does the same as the old one.) 2016-12-09 12:30:38 +01:00
balage
940da0e9ba Same as before (forgotten files) 2016-12-09 10:36:06 +01:00
balage
91928740bb Job related columns abstracted and separated (for future use in printing Unassigned jobs) 2016-12-09 10:35:38 +01:00
balage
937e2b950d Correct merging. 2016-12-06 15:27:11 +01:00
balage
e6af5310fd Merge branch 'job-activity-refactoring' of https://github.com/graphhopper/jsprit 2016-12-06 15:20:38 +01:00
balage
193d4ec85c Merge branch 'master' of https://github.com/graphhopper/jsprit
# Conflicts:
#	jsprit-core/src/main/java/com/graphhopper/jsprit/core/algorithm/box/Jsprit.java
#	jsprit-core/src/main/java/com/graphhopper/jsprit/core/problem/constraint/MaxDistanceConstraint.java
#	jsprit-core/src/test/java/com/graphhopper/jsprit/core/problem/constraint/VehicleDependentTraveledDistanceTest.java
2016-12-06 15:15:22 +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
a3b9c365e4 Merge pull request #314 from balage1551/master
Vehicle summary
2016-11-30 09:50:14 +01:00
balage
bea589dddd remove temporal printing 2016-11-29 16:29:29 +01:00
balage
fa2b74edb1 SolutionPrinter supports Vehicle summary 2016-11-29 16:26:49 +01:00
balage
8c93279364 Vehicle (route) statistics added to SolutionPrinter 2016-11-29 15:33:50 +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
eb5e5140de Merge pull request #312 from balage1551/master
CSV Export and configurable columns for users
2016-11-28 18:46:12 +01:00
balage
d253c262a8 Finished commenting the new printer structure including the columns. Minor simplifications. 2016-11-28 16:18:22 +01:00
balage
bd3d4edd52 Commenting and some security parameter checks added. 2016-11-28 11:07:04 +01:00
balage
cea886bf34 Started to comment the code, some class reorganization, a few security fixes. 2016-11-25 17:40:05 +01:00
balage
a4521e547b Switched to new printVerbose(), removed old one. 2016-11-25 15:51:45 +01:00