Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 755 Bytes

CHANGELOG.md

File metadata and controls

19 lines (15 loc) · 755 Bytes

Changelog

[Unreleased]

Added

  • Implemented SBGraphs data structures and helper clases, for details see graph definition
  • 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