Skip to content

Latest commit

 

History

History
executable file
·
23 lines (19 loc) · 806 Bytes

CHANGELOG.md

File metadata and controls

executable file
·
23 lines (19 loc) · 806 Bytes

Changelog

[4.0] - 2022-05-04

Added

  • Implemented SBGraphs as an independent library.
  • Implemented new matching algorithm based on SBGraphs.

[3.0] - 2021-08-20

Added

  • Implemented SBGraphs data structures and helper classes.
  • Implemented new flatter algorithm based on SBGraphs.

[2.0] - 2020-11-17

Added

  • Implemented vector graph data structures
  • Implemented matching algorithm using vector graph data structures.
  • Implemented Tarjan algorithm using vector graph data structures.

[1.0] - 2020-11-04

Added

  • Implemented first version of flattening algorithm
  • Implemented Tarjan algorithm
  • Implemented causalization algorithm