mirror of
https://github.com/graphhopper/jsprit.git
synced 2020-01-24 07:45:05 +01:00
Merge branch 'master' of https://github.com/jsprit/jsprit
This commit is contained in:
commit
2891410ef5
1 changed files with 11 additions and 0 deletions
11
CHANGELOG.md
11
CHANGELOG.md
|
|
@ -1,5 +1,16 @@
|
|||
Change-log
|
||||
==========
|
||||
**v1.4.0** ? in preparation
|
||||
|
||||
<b>! Break change !</b>
|
||||
|
||||
<em>jsprit-core</em>
|
||||
- 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.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)
|
||||
|
||||
**v1.3.1** @ 2014-06-14
|
||||
|
||||
<em>jsprit-core</em>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue