Stefan Schroeder
|
73dfe5461d
|
provide problem statement in the head
|
2013-12-06 12:10:43 +01:00 |
|
Stefan Schroeder
|
4da3b4390f
|
replace SolutionPrinter to now print formatted solution
|
2013-12-06 11:42:44 +01:00 |
|
Stefan Schroeder
|
d9330338e7
|
add assertions to ensure feasibility
|
2013-12-05 18:19:23 +01:00 |
|
Stefan Schroeder
|
8ca6966d95
|
play
|
2013-12-05 12:32:43 +01:00 |
|
Stefan Schroeder
|
6c57c8502d
|
play with examples
|
2013-12-05 12:15:01 +01:00 |
|
oblonski
|
760312fc7e
|
play with BicycleMessenger
|
2013-12-05 09:57:32 +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 |
|
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
|
1563610bb0
|
add stateManager
|
2013-12-03 21:22:53 +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 |
|
oblonski
|
b28753108c
|
deprecate .addProblemConstraint(...)
|
2013-12-02 21:19:20 +01:00 |
|
Stefan Schroeder
|
39859f379e
|
delete import not used
|
2013-12-02 17:50:09 +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 |
|
Stefan Schroeder
|
9cfeb7daf8
|
mod ex
|
2013-11-29 17:29:06 +01:00 |
|
Stefan Schroeder
|
b1c2777030
|
Merge branch 'master' into open-routes-with-constraints
|
2013-11-29 17:08:22 +01:00 |
|
Stefan Schroeder
|
9af21094bf
|
add zoom to plotter, i.e. add plotter.setBoundaryBox(...)
|
2013-11-29 16:59:44 +01:00 |
|
Stefan Schroeder
|
a8b7aff05c
|
mod example
|
2013-11-29 16:42:58 +01:00 |
|
Stefan Schroeder
|
381e348926
|
add bicycle-messenger-example
|
2013-11-29 15:03:01 +01:00 |
|
Stefan Schroeder
|
2291bd23c2
|
add Examples and testTemplate for open-routes
|
2013-11-29 11:59:02 +01:00 |
|
oblonski
|
f662e5a469
|
modify reader/writer to deal with open routes and add examples
|
2013-11-29 08:27:30 +01:00 |
|
Stefan Schroeder
|
4e25d894b6
|
modify insertion to incorporate open-routes
|
2013-11-27 17:22:42 +01:00 |
|
jsprit
|
f104c1aaad
|
Update SimpleEnRoutePickupAndDeliveryExample.java
|
2013-11-27 06:10:38 +01:00 |
|
Stefan Schroeder
|
36c7a7c831
|
add license.txt prj-head and license-head to latest example
|
2013-11-26 17:15:57 +01:00 |
|
Stefan Schroeder
|
bf8ebe1b32
|
build algorithm from scratch example
|
2013-11-26 17:04:20 +01:00 |
|
Stefan Schroeder
|
8b41c8d2d0
|
add comments
|
2013-11-26 15:47:25 +01:00 |
|
Stefan Schroeder
|
90bf27a696
|
adapt examples to v1.0.0 changes
|
2013-11-26 11:47:35 +01:00 |
|
Stefan Schroeder
|
cdde92da22
|
deprecate vrpBuilder.addService(...) and remove public logger in
VehicleRoutingProblem
|
2013-11-26 10:23:24 +01:00 |
|
Stefan Schroeder
|
a85b0fc395
|
prepare for release v0.1.0
|
2013-11-22 16:54:15 +01:00 |
|
Stefan Schroeder
|
77d38de461
|
refine ServiceDeliveriesFirst constraint and add examples
|
2013-11-21 14:51:12 +01:00 |
|
Stefan Schroeder
|
a9da587f6a
|
Merge branch 'pickupAndDelivery' into PickupMergeRelaxAPI
Conflicts:
jsprit-core/src/main/java/algorithms/BestInsertionBuilder.java
jsprit-core/src/main/java/algorithms/VehicleRoutingAlgorithmFactoryImpl.java
jsprit-core/src/test/java/algorithms/BuildPDVRPWithShipmentsAlgoFromScratchTest.java
jsprit-core/src/test/resources/pdp_sol.xml
|
2013-11-21 12:20:59 +01:00 |
|
Stefan Schroeder
|
97ff935abb
|
Merge branch 'master' into prepareV010
Conflicts:
jsprit-core/src/main/java/algorithms/CalculatesServiceInsertionOnRouteLevel.java
jsprit-core/src/main/java/algorithms/CalculatesServiceInsertionWithTimeScheduling.java
jsprit-core/src/main/java/algorithms/RuinRadial.java
|
2013-11-21 11:19:38 +01:00 |
|
oblonski
|
787ad50298
|
some internals
|
2013-11-17 17:47:59 +01:00 |
|
oblonski
|
db888e5c1e
|
add example 'ConfigureAlgorithInCodeInsteadOfPerXml' - issue #52
|
2013-11-03 04:26:59 +01:00 |
|
Stefan Schroeder
|
1e520f3269
|
relax api
|
2013-10-22 15:31:02 +02:00 |
|
Stefan Schroeder
|
464f294593
|
change license from GPLv2 to LGPLv3
|
2013-10-14 16:41:10 +02:00 |
|
oblonski
|
a32d8c1c6a
|
Switch to Activity- and RouteVisitor
|
2013-10-07 11:02:39 +02:00 |
|
Stefan Schroeder
|
f7e6d6b87f
|
add examples
|
2013-09-03 10:21:51 +02:00 |
|
Stefan Schroeder
|
82dd341d74
|
add examples
|
2013-09-03 09:57:10 +02:00 |
|
Stefan Schroeder
|
98d0de0711
|
add header
|
2013-09-02 18:29:30 +02:00 |
|
Stefan Schroeder
|
3f67a13ae4
|
add example input
|
2013-09-02 18:04:54 +02:00 |
|
Stefan Schroeder
|
26219aa3a1
|
modify classes such than they can cope with pickup and deliveries
|
2013-09-02 17:21:51 +02:00 |
|
Stefan Schroeder
|
8195ef0618
|
add files for examples
|
2013-09-02 17:19:22 +02:00 |
|
oblonski
|
f4a7254036
|
Merge branch 'master' into vrpWithBackhauls
Conflicts:
jsprit-examples/src/main/java/examples/SolomonExample.java
|
2013-08-25 18:11:40 +02:00 |
|
Stefan Schroeder
|
f7ff7aeeca
|
internale experiments with insertionCalc
|
2013-08-22 17:34:19 +02:00 |
|
Stefan Schroeder
|
922f360fe4
|
internal experiments with serviceInsertion
|
2013-08-22 16:25:20 +02:00 |
|
Stefan Schroeder
|
93ead2edce
|
introduce HardConstraints
|
2013-08-22 11:54:01 +02:00 |
|
Stefan Schroeder
|
211d56d928
|
internal improvement of insertionCalc
|
2013-08-22 11:01:03 +02:00 |
|