Skip to content

Commit

Permalink
Add changelog (from master)
Browse files Browse the repository at this point in the history
  • Loading branch information
torressa committed Jun 30, 2020
1 parent 760b8e1 commit 791073e
Showing 1 changed file with 36 additions and 0 deletions.
36 changes: 36 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
# Changelog

All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

### Added

- Periodic CVRP scheduling option
- Initial solution for CVRP computed with Greedy Algorithm
- Diving heuristic (controlled with new paramater in `VehicleRoutingProblem.solve`)

### Changed

- Master problem formulation to column-based
- Benchmark tests

## [v0.2.0] - 07/06/2020

### Added

- Mixed fleet option
- Greedy randomized pricing option
- Stabilization with Interior Points
- Diving heuristic WIP

### Changed

- Pricing strategy names


[Unreleased]: https://github.com/Kuifje02/vrpy/compare/0.2.0...master
[v0.2.0]: https://github.com/Kuifje02/vrpy/compare/0.1.0...0.2.0

0 comments on commit 791073e

Please sign in to comment.