Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 601 Bytes

RELEASE.md

File metadata and controls

26 lines (18 loc) · 601 Bytes

[0.1.3] - 2022-08-07

Fixed

  • Replaced operations research with optimization research in docs.

[0.1.2] - 2022-08-07

Fixed

  • Fixed multi_knapsack to assign each item to only one bin.
  • Added separate dataset for multi_knapsack and bin_packing compared to knapsack.

Additions

  • Added docstrings.
  • Added CITATION.cff

[0.1.1] - 2022-08-04

Fixed

  • Added binder requirements.
  • Filtering of bin_packing with resetting of binId.

[0.1.0] - 2022-07-31 - Initial release

Added

  • Functions for solving knapsack type problems.
  • Basic vehicle routing solving functions.