Skip to content

Latest commit

 

History

History
36 lines (22 loc) · 901 Bytes

CHANGELOG.md

File metadata and controls

36 lines (22 loc) · 901 Bytes

Changelog

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

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

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