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

599 commits

Author SHA1 Message Date
Stefan Schroeder
6796d6ca7b mod solEx 2013-12-11 16:58:51 +01:00
Stefan Schroeder
f7378a4401 mod simpleEx 2013-12-11 16:43:42 +01:00
Stefan Schroeder
8e862b524e issue #63 - very basic version of GraphStreamViewer 2013-12-11 16:40:22 +01:00
Stefan Schroeder
439ee29895 play with graphstream-rendering 2013-12-11 14:15:14 +01:00
Stefan Schroeder
be00d30fde add shipment view 2013-12-11 12:14:44 +01:00
oblonski
f0c6d15852 improve visualization 2013-12-11 08:58:11 +01:00
Stefan Schroeder
0717f5dd66 some visualization features 2013-12-10 16:02:23 +01:00
Stefan Schroeder
73dfe5461d provide problem statement in the head 2013-12-06 12:10:43 +01:00
Stefan Schroeder
0b434f5c7e Merge branch 'master' of https://github.com/jsprit/jsprit.git 2013-12-06 11:43:41 +01:00
Stefan Schroeder
4da3b4390f replace SolutionPrinter to now print formatted solution 2013-12-06 11:42:44 +01:00
jsprit
89e2ca0052 Update README.md 2013-12-05 18:38:09 +01:00
Stefan Schroeder
35b9c89375 Merge branch 'master' of https://github.com/jsprit/jsprit.git 2013-12-05 18:27:05 +01:00
Stefan Schroeder
d9330338e7 add assertions to ensure feasibility 2013-12-05 18:19:23 +01:00
Stefan Schroeder
aff324fb3f issue #62 2013-12-05 18:19:01 +01:00
Stefan Schroeder
d00f159404 assert direct path with new vehicle does not break condition 2013-12-05 18:18:19 +01:00
Stefan Schroeder
9d78874c22 issue #62 - end location setting in open routes 2013-12-05 18:17:14 +01:00
Stefan Schroeder
ad93dfeb47 issue #58 - fix bug 2013-12-05 18:16:18 +01:00
Stefan Schroeder
4c2651087b issue #60 - scale plotter accoring to solution 2013-12-05 18:14:45 +01:00
Stefan Schroeder
8ca6966d95 play 2013-12-05 12:32:43 +01:00
Stefan Schroeder
4d8f31fb64 provide another createMethod 2013-12-05 12:32:24 +01:00
Stefan Schroeder
6c57c8502d play with examples 2013-12-05 12:15:01 +01:00
Stefan Schroeder
685a2ad614 improve solution printer - it now prints detailed solution with
activities etc.
2013-12-05 12:14:40 +01:00
oblonski
760312fc7e play with BicycleMessenger 2013-12-05 09:57:32 +01:00
oblonski
8566b8cdac write some report about problem and solution 2013-12-05 09:57:10 +01:00
oblonski
41018148ef add .getActivities() to VehicleRoute to make TourActivities easily
available
2013-12-05 09:56:30 +01:00
Stefan Schroeder
094bda91a8 add doc to BicycleMessenger example 2013-12-04 17:07:19 +01:00
Stefan Schroeder
4c9b7b8e00 play with b-messenger 2013-12-04 15:08:30 +01:00
Stefan Schroeder
149c4d4ecb make reader/writer read and write penalty-flags indicating whether a
vehicle/vehicle-type is a penalty-vehicle/type
2013-12-04 15:08:13 +01:00
Stefan Schroeder
e7d7d3c799 add penalyzer to up the pressure for penalty-vehicles 2013-12-04 15:07:28 +01:00
jsprit
66ac6c163e Update README.md 2013-12-04 12:23:59 +01:00
oblonski
ebefbb0eb2 play with bicycle-messenger example 2013-12-04 07:41:16 +01:00
oblonski
0693ddb071 add StateUpdater to define latestActivityStartTime 2013-12-03 21:28:39 +01:00
oblonski
b37ab653e1 Merge branch 'simplify-state-updates' into bicycle 2013-12-03 21:23:14 +01:00
oblonski
1563610bb0 add stateManager 2013-12-03 21:22:53 +01:00
oblonski
e8d3bd03ea make VehicleRoutingAlgorithms create algorithms with already specified
StateManager
2013-12-03 21:07:41 +01:00
Stefan Schroeder
9489b5f716 add input-data 2013-12-03 17:18:08 +01:00
Stefan Schroeder
70ff6a83d7 Merge branch 'master' into bicycle-messenger
Conflicts:
	jsprit-examples/src/main/java/jsprit/examples/BicycleMessenger.java
2013-12-03 17:16:20 +01:00
Stefan Schroeder
aa34f09429 re-order methods in VehicleRoutingProblem 2013-12-03 15:22:24 +01:00
Stefan Schroeder
257c0a6ebe add Getters to get constraints 2013-12-03 15:18:46 +01:00
Stefan Schroeder
3bf977784e add test for ConstraintManager 2013-12-03 15:18:21 +01:00
oblonski
4e38586b50 test ConstraintManager 2013-12-03 07:55:44 +01:00
oblonski
a78d264488 deprecate unnecessary methods 2013-12-03 07:52:24 +01:00
oblonski
8f23104fbe test constraints 2013-12-03 07:51:30 +01:00
oblonski
b28753108c deprecate .addProblemConstraint(...) 2013-12-02 21:19:20 +01:00
oblonski
3335f235a3 Merge branch 'master' into constraints 2013-12-02 21:00:07 +01:00
Stefan Schroeder
39859f379e delete import not used 2013-12-02 17:50:09 +01:00
Stefan Schroeder
42b6237c2e add javadoc to vehicle.builder 2013-12-02 17:49:37 +01:00
Stefan Schroeder
126538ef1f Merge branch 'open-vehicle-routes' 2013-12-02 17:44:30 +01:00
Stefan Schroeder
b52a103ae5 finalize test with open-routes 2013-12-02 17:42:51 +01:00
oblonski
cf9d3c0779 add tests verifying open-routes 2013-12-02 09:01:31 +01:00