Implemented flattening stage using a novel SBG based connected components algorithm.
·
62 commits
to modelicacc-dev
since this release
This version implements a novel algorithm to compute the connected components of a Set-Based Graph used in the flattening stage of the compilation process.
The new SBG data structures and the new algorithm for the connected components are defined here.
For instructions and examples on how to run the flatter algorithm in Modelica models, check this folder.