From e47cd74e7662d6a80f9e55b0ebcc10e590ce25d8 Mon Sep 17 00:00:00 2001 From: jsprit Date: Mon, 28 Jul 2014 10:29:49 +0200 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bb2a4239..272f3673 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,7 +7,7 @@ Change-log jsprit-core - StateFactory.createId(String name) moved to core.algorithm.state.StateManager.createStateId(String name) - StateFactory moved from core.problem.solution.route.state.StateFactory to core.algorithm.state.InternalStates -- StateId moved from core.problem.rout.state.StateFactory.StateId to core.algorithm.state.StateId +- StateId moved from core.problem.route.state.StateFactory.StateId to core.algorithm.state.StateId - StateFactory.createId(String name) is not accessible anymore - constructor new StateManager(VehicleRoutingTransportCosts costs) does not exist anymore, but is new StateManager(VehicleRoutingProblem vrp)