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

44 commits

Author SHA1 Message Date
Pierre-David Bélanger
81a7b34b04 A very simple test case to reproduce a bug where one is not able to use the selectRandomly selector 2014-07-30 22:42:01 -04:00
oblonski
58c9030b8a fixed bug #112 and #114 2014-07-30 12:18:56 +02:00
oblonski
c32507329d reproduced bug #112 2014-07-30 10:08:29 +02:00
oblonski
3786f8e977 added skill reader/writer 2014-07-29 20:04:47 +02:00
oblonski
ea7407d936 added skills 2014-07-29 13:54:11 +02:00
oblonski
42570d69ac migrated from log4j1x to log4j2 2014-07-25 09:57:40 +02:00
Stefan Schroeder
df6218e98e added copyrights 2014-07-02 13:25:46 +02:00
oblonski
3771c8494d remove deprecated code for next development iteration, i.e. release
1.3.0
2014-05-16 06:27:49 +02:00
oblonski
daaadbc8de added test-case
test....core.algorithm.FinitieVehicleFleetManagerIdentifiesDistinctVehicle_IT
to reproduce bug #96
2014-05-15 12:59:39 +02:00
oblonski
13c4f89b96 added test-resources 2014-05-14 23:48:33 +02:00
oblonski
231435bbcf added resources and integration test
test.java....core.algorithm.PickupsAndDeliveries_IT to test components
on pd-problems
2014-05-07 10:02:01 +02:00
oblonski
d017b7c7e1 added resource to test core.problem.io.VrpXMLWriter.java 2014-04-23 14:18:53 +02:00
oblonski
601f485b32 added test/resource/finiteVrpWithInitialSolutionForWriterTest.xml to
test core.problem.io.VrpXMLWriter.java to write initialRoutes correctly
2014-04-23 14:14:27 +02:00
oblonski
75108ffc90 made test testing core.problem.io.VrpXMLReader.java to read
initialRoutes working
2014-04-22 20:36:32 +02:00
oblonski
8a2589e4f0 renamed test-resource 2014-04-21 18:34:01 +02:00
oblonski
7c9045eead added test-resources 2014-04-21 18:33:17 +02:00
oblonski
89025693c8 tested VrpXMLWriter to write multiple cap-dims 2014-02-17 17:57:01 +01:00
oblonski
8da2d1e1c5 added multiple caps 2014-02-14 15:40:46 +01:00
oblonski
cec4e4235e io of multiple cap constraints 2014-02-13 16:36:21 +01:00
Stefan Schroeder
0b038c6cfc Merge branch 'master' into routes-with-specified-start-and-end
Conflicts:
	jsprit-core/src/main/resources/vrp_xml_schema.xsd
	jsprit-core/src/test/java/jsprit/core/problem/io/VrpReaderV2Test.java
2014-01-23 12:22:13 +01:00
Stefan Schroeder
d50ce05a76 bugfix issue #79 2014-01-23 12:13:57 +01:00
Stefan Schroeder
8f749c9fdf bugfix issue #78 2014-01-23 12:07:19 +01:00
Stefan Schroeder
292867954c add writerTests 2014-01-23 11:07:03 +01:00
Stefan Schroeder
63060f3b35 modify problem reader/writer to deal vehicles that can start AND end at
specified locations
2014-01-22 17:02:31 +01:00
Stefan Schroeder
2291bd23c2 add Examples and testTemplate for open-routes 2013-11-29 11:59:02 +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
d96efe3478 Merge branch 'PickupAndDelivery' of https://github.com/jsprit/jsprit.git
into pickupAndDelivery

Conflicts:
	jsprit-core/src/test/java/algorithms/BuildPDVRPWithShipmentsAlgoFromScratchTest.java
	jsprit-core/src/test/resources/pdp_sol.xml
2013-11-21 12:13:58 +01:00
oblonski
787ad50298 some internals 2013-11-17 17:47:59 +01:00
oblonski
a853ad5672 pd-contraints stuff and tests 2013-11-14 10:01:32 +01:00
Stefan Schroeder
a7f2131cab refine test 2013-11-12 17:42:17 +01:00
oblonski
e912979bbb pdp 2013-11-11 07:51:46 +01:00
oblonski
d63abea764 Merge remote-tracking branch 'choose_remote_name/relaxAPI' into
PickupAndDelivery

Conflicts:
	jsprit-core/src/main/java/algorithms/CalculatorBuilder.java
	jsprit-core/src/main/java/algorithms/HardConstraints.java
	jsprit-core/src/main/java/algorithms/ServiceInsertionCalculator.java
	jsprit-core/src/main/java/basics/route/TourActivities.java
	jsprit-core/src/test/java/algorithms/BuildCVRPAlgoFromScratchTest.java
	jsprit-core/src/test/java/algorithms/BuildPDVRPAlgoFromScratchTest.java
	jsprit-core/src/test/java/algorithms/GendreauPostOptTest.java
	jsprit-core/src/test/java/algorithms/TestCalculatesServiceInsertion.java
2013-11-07 08:26:46 +01:00
oblonski
0936d461f5 constraints and example 2013-11-07 06:39:24 +01:00
oblonski
3740225058 modify io to read and write shipments, add tests to test reader/writer 2013-10-30 08:43:01 +01:00
Stefan Schroeder
4a3e0cc6a1 add test resource 2013-09-02 18:05:42 +02:00
Stefan Schroeder
269d5cb755 add new test-resource for building pdVRP from scratch 2013-08-28 18:25:17 +02:00
Stefan Schroeder
99e8f7a385 adjust tests to changes in branch 2013-08-28 18:20:37 +02:00
oblonski
1f53c72620 introduce Pickup and Delivery, and adjust tests 2013-08-25 18:49:29 +02:00
Stefan Schroeder
f7ff7aeeca internale experiments with insertionCalc 2013-08-22 17:34:19 +02:00
Stefan Schroeder
59319ff355 add tests and improve insertionCalc 2013-08-21 17:24:31 +02:00
Stefan Schroeder
3587c7fe94 improve JobDistance for RadialRuin 2013-06-18 09:28:33 +02:00
Stefan Schroeder
4b78d5fac0 fix compileError TestSchrimpf 2013-06-06 09:24:08 +02:00
Stefan Schroeder
3581d6e097 ini 2013-06-04 10:25:47 +02:00