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
a09358a0f0
commit
7b40afc72d
1 changed files with 1 additions and 1 deletions
|
|
@ -20,7 +20,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)
|
- <b>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) </b>
|
||||||
|
|
||||||
- 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