Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 614 Bytes

CHANGELOG.md

File metadata and controls

21 lines (14 loc) · 614 Bytes

Changelog

[0.0.2] - 2021-12-21

Added

  • The greedy function implements the natural greedy algorithm.
  • The complete_greedy function implements a depth-first search through all partitions using the order from the greedy algorithm.
  • The complete_karmarkar_karp function implements the complete Karmarkar--Karp (CKK) algorithm.

Authors

  • Søren Fuglede Jørgensen
  • Mads Thøisen

0.0.1 - 2021-08-28

Initial release