mirror of
https://github.com/graphhopper/jsprit.git
synced 2020-01-24 07:45:05 +01:00
Update CHANGELOG.md
This commit is contained in:
parent
09136487c2
commit
1945e5af38
1 changed files with 1 additions and 0 deletions
|
|
@ -18,6 +18,7 @@ Change-log
|
||||||
- StateManager.addDefault... methods do not exists anymore. Client must now decide what to do when state does not exist.
|
- StateManager.addDefault... methods do not exists anymore. Client must now decide what to do when state does not exist.
|
||||||
- deprecated core.problem.VehicleRoutingProblem.Builder.addVehicle(Vehicle v) and added core.problem.VehicleRoutingProblem.Builder.addVehicle(AbstractVehicle v)
|
- deprecated core.problem.VehicleRoutingProblem.Builder.addVehicle(Vehicle v) and added core.problem.VehicleRoutingProblem.Builder.addVehicle(AbstractVehicle v)
|
||||||
- deprecated core.problem.VehicleRoutingProblem.Builder.addJob(Job j) and added core.problem.VehicleRoutingProblem.Builder.addJob(AbstractJob j)
|
- deprecated core.problem.VehicleRoutingProblem.Builder.addJob(Job j) and added core.problem.VehicleRoutingProblem.Builder.addJob(AbstractJob j)
|
||||||
|
- this [example](https://github.com/jsprit/jsprit/blob/master/jsprit-examples/src/main/java/jsprit/examples/MultipleProductsWithLoadConstraintExample.java) might make migrating from v1.3.1 to v1.4 easier (since both versions are implemented - v1.3.1 was commented out)
|
||||||
|
|
||||||
- bugfix [#107](https://github.com/jsprit/jsprit/issues/107)
|
- bugfix [#107](https://github.com/jsprit/jsprit/issues/107)
|
||||||
- bugfix [#109](https://github.com/jsprit/jsprit/issues/109)
|
- bugfix [#109](https://github.com/jsprit/jsprit/issues/109)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue