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

66 commits

Author SHA1 Message Date
oblonski
657f85e896 remove penalty vehicle stuff 2015-02-04 08:47:14 +01:00
oblonski
ecd3ff9552 remove NoiseMaker to util 2015-01-30 14:24:11 +01:00
oblonski
330c87fc26 optimize imports 2015-01-08 19:12:53 +01:00
oblonski
1fa8afadb6 add noise 2015-01-07 11:37:44 +01:00
oblonski
d2327fa968 add SearchStrategyManager to params of StrategySelectedListener 2015-01-06 19:33:43 +01:00
oblonski
13599bae29 #144 - remove deprecated methods 2014-12-19 15:04:45 +01:00
oblonski
7ea5c5d650 issue #144 - change VehicleRoutingTransportCosts from String to Location 2014-12-17 20:18:07 +01:00
oblonski
7e39d08e3d switch to Location 2014-12-17 16:20:29 +01:00
oblonski
7ce6a8d68a enable search with different insertion strategies 2014-12-10 13:12:15 +01:00
oblonski
b1fe1b32b6 test json stuff 2014-12-04 13:35:35 +01:00
oblonski
e742231c5f test json stuff 2014-12-04 12:56:15 +01:00
oblonski
b7a35a26b0 add according tests and change resources 2014-11-22 12:38:11 +01:00
Stefan Schroeder
99d8cbed69 some adaptations referring to time scheduling experiments 2014-11-06 20:45:44 +01:00
oblonski
e0b86f9723 add tests to reproduce bug #134 2014-09-25 10:27:44 +02:00
oblonski
4d8b4a6273 add multiple termination criteria 2014-09-15 08:26:12 +02:00
oblonski
c75d3d5cc2 add multiple termination criteria 2014-09-14 20:09:09 +02:00
oblonski
9971d3d349 add and test feature #127 2014-09-04 12:45:54 +02:00
oblonski
264dafd06a Merge branch 'bad-job-list' 2014-08-26 20:35:14 +02:00
oblonski
5bc63953dc remove old GPL header (#126) 2014-08-26 15:32:18 +02:00
oblonski
862ddc4d45 test read/write unassignedJobs 2014-08-26 15:01:51 +02:00
jsprit
a951236303 Merge pull request #117 from pierredavidbelanger/select-randomly-test
Fix a bug with the selectRandomly selector
2014-08-04 21:01:13 +02:00
oblonski
c9f75a826e try to reproduce potential bug #116 2014-08-04 13:41:31 +02:00
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