Skip to content

Implemented flattening stage using a novel SBG based connected components algorithm.

Compare
Choose a tag to compare
@joaquinffernandez joaquinffernandez released this 20 Aug 13:00
· 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.