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

292 commits

Author SHA1 Message Date
oblonski
51c14afd73 enable search with different insertion strategies 2014-12-10 21:03:30 +01:00
oblonski
7ce6a8d68a enable search with different insertion strategies 2014-12-10 13:12:15 +01:00
oblonski
c472042781 illustrate RegretInsertion 2014-12-10 11:33:08 +01:00
oblonski
cebbe3a60d add CircleExample 2014-11-27 09:34:28 +01:00
oblonski
dc27cacd5f remove compile error 2014-11-24 12:02:51 +01:00
oblonski
46a269fae8 remove compile error 2014-11-24 11:57:59 +01:00
oblonski
0f3265012e [maven-release-plugin] prepare for next development iteration 2014-10-14 10:40:18 +02:00
oblonski
0b1ddd528e [maven-release-plugin] prepare release v1.4.2 2014-10-14 10:38:55 +02:00
oblonski
9aafc84c12 modify example 2014-10-13 19:10:58 +02:00
oblonski
0cf6384866 add, test and illustrate more load/activity indicators 2014-10-08 09:57:28 +02:00
oblonski
682c0b5083 add solution stats 2014-10-07 15:29:22 +02:00
oblonski
04b52759e5 add and test skill constraint violation checks 2014-10-07 12:54:58 +02:00
oblonski
818cf7aaba add, test and illustrate twViolation 2014-10-06 11:54:06 +02:00
oblonski
6974480c77 add funcs to SolutionAnalyser and test them
remove asserts in loadStateUpdater
2014-10-06 09:17:13 +02:00
oblonski
f72cf922fa add and test SolutionAnalyser 2014-10-01 13:08:21 +02:00
oblonski
385094a5d6 [maven-release-plugin] prepare for next development iteration 2014-09-25 23:32:35 +02:00
oblonski
dfa1ed11eb [maven-release-plugin] prepare release v1.4.1 2014-09-25 23:31:52 +02:00
oblonski
c2b5046178 clear state maps in StateManager 2014-09-25 11:35:13 +02:00
oblonski
e18e7e28da clean example 2014-09-15 08:28:52 +02:00
oblonski
c75d3d5cc2 add multiple termination criteria 2014-09-14 20:09:09 +02:00
oblonski
89350be1e4 add javadoc 2014-09-10 08:44:56 +02:00
oblonski
a2d9dcb4c2 add job and activity dependency example 2014-09-09 23:10:13 +02:00
oblonski
bdbf902383 add job and activity dependency example 2014-09-09 23:08:14 +02:00
Stefan Schroeder
bb2a2cdd17 [maven-release-plugin] prepare for next development iteration 2014-09-08 12:32:05 +02:00
Stefan Schroeder
2cf31c2407 [maven-release-plugin] prepare release v1.4 2014-09-08 12:31:56 +02:00
oblonski
e65d36d784 rename core.problem.constraint.HardActivityStateLevelConstraint to HardActivityConstraint
rename core.problem.constraint.HardRouteStateLevelConstraint to HardRouteConstraint
2014-09-05 16:38:58 +02:00
oblonski
afe98c1051 replace get/setDeliveryLocation(...) with get/setDeliveryLocationId(...)
replace get/setPickupLocation(...) with get/setPickupLocationId(...)
2014-09-04 14:02:43 +02:00
oblonski
2abf5f5c9d add MultipleProductsWithLoadConstraint example 2014-09-03 08:32:27 +02:00
oblonski
725e95414f bugfix #128 2014-08-28 06:21:26 +02:00
oblonski
759359b702 adapt examples to head of development 2014-08-26 21:38:32 +02:00
oblonski
264dafd06a Merge branch 'bad-job-list' 2014-08-26 20:35:14 +02:00
oblonski
1540f35cbb replace old GPL header with new LGPL header (#126) 2014-08-26 19:37:29 +02:00
oblonski
5bc63953dc remove old GPL header (#126) 2014-08-26 15:32:18 +02:00
oblonski
8aa27517af add example.AdditionalDistanceConstraintExample 2014-08-26 10:10:52 +02:00
oblonski
c832364557 modify core.reporting.SolutionPrinter to print unassignedJobs 2014-08-11 23:21:30 +02:00
oblonski
6b82b90a7f add bad job list 2014-08-09 23:49:00 +02:00
oblonski
322d1d7d13 add bad job list 2014-08-09 23:32:03 +02:00
oblonski
c3155a0938 add bad job list 2014-08-09 23:17:41 +02:00
oblonski
62331ccfd9 add bad job list 2014-08-09 22:48:51 +02:00
oblonski
f271ac2551 clean examples 2014-08-07 20:59:59 +02:00
oblonski
f1cdc60289 removed warning 2014-07-30 12:21:41 +02:00
oblonski
63cd55ebb7 added javadocs 2014-07-29 20:36:37 +02:00
oblonski
a989338b18 mod example 2014-07-29 20:16:17 +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
b991793aba removed addConstraint in core.problem.VehicleRoutingProblem 2014-07-29 12:25:27 +02:00
oblonski
c04d3acd51 merged skills 2014-07-29 11:35:40 +02:00
oblonski
9c4bd498c4 merged skills 2014-07-29 11:28:18 +02:00
oblonski
e6588d841e removed needless javadocs 2014-07-28 10:54:40 +02:00
oblonski
aec4e307de moved StateFactory from core.problem.solution.route.state to core.algorithm.state.InternalStates
moved StateId from core.problem.solution.route.state.StateFactory to core.algorithm.state

made core.problem.solution.route.state.StateFactory.createId(...) inaccessible
2014-07-28 10:46:48 +02:00