Skip to content

Latest commit

 

History

History
20 lines (17 loc) · 792 Bytes

CHANGELOG.md

File metadata and controls

20 lines (17 loc) · 792 Bytes

Changelog

[3.0.0] - 2024-10-09

Added

  • Implemented Ordered Sets of one-dimensional, compact MDIs.
  • Implemented novel versions of Maximum Matching, SCC and Topological Sort of SBG algorithms.
  • Implemented Minimum Vertex Cut Set SBG algorithm for Tearing.
  • Implemented JSON output for client code.

[2.0.0] - 2023-06-05

Added

  • Implemented parser and pretty-printer for SBG structures.
  • Implemented Strongly Connected Components SBG algorithm for the detection of algebraic loops.
  • Implemented Topological Sort SBG algorithm for vertical equation ordering.

[1.0.0] - 2022-04-04

Added

  • Implemented SBG structures.
  • Implemented Connected Components SBG algorithm for model flattening.
  • Implemented Maximum Matching SBG algorithm for horizontal equation ordering.