Skip to content

v2.0.0

Latest
Compare
Choose a tag to compare
@Kalashnikovni Kalashnikovni released this 05 Jun 13:39
· 118 commits to sb-graph-dev since this release

This release contains SBG algorithms to compute:

  • Strongly connected components
  • Topological sort

of a given SB Graph. Additionally, SCC and Topological Sort graph builders are provided.

Additional features:

  • SBG parser (general and compact representation in Modelica fashion).
  • SBG printer (in Modelica fashion).

Full Changelog: https://github.com/CIFASIS/sb-graph/commits/v2.0.0

Matching examples
To reproduce the matching algorithm examples, download this version and follow the instructions from test/matching/README.md