OMC Commits | 3 |
Libraries Changed | 4 |
Number of Improvements | 1 |
Number of Regressions | 42 |
Number of Performance Improvements | 0 |
Number of Performance Regressions | 3 |
Commit | Author | Summary |
---|---|---|
d71fe296db | Per Östlund | [NF] Fix external object calls. |
f37e0292c5 | Volker Waurich | extend cse3 to find state alias |
b528b72f14 | niklwors | Fatemeh Davoudi implementation of the symbolic model reduction algorithm For detailed description see http://www.ep.liu.se/ecp/043/090/ecp09430136.pdf The algorithm is implemented in the cpp runtime in Core/ReduceDAE At the moment for the ranking method the residuen ranking is implement in class Core/ReduceDAE/Ranking.cpp The reduction mehtods cancel terms, linearize terms and substitute terms are implemented in class Core/ReduceDAE/Reduction.cpp The label algorithms for cancel terms, linearize terms and substitute terms are implemented in OMCompiler/Compiler/SimCode/ReduceDAE.mo The method can be used with: setCommandLineOptions("+simCodeTarget=Cpp --labeledReduction --disableExtraLabeling -d=writeToBuffer"); loadFile("your model file"); simulate(yourmodel); |
Library | Change |
---|---|
Buildings_latest | From version 5.0.2 (revision 20171206-153316~git~master) to 5.0.2 (revision 20171212-153128~git~master) |
ModelicaTest_trunk_cpp | From version trunk (revision 20171211-173324~git~master-om48) to trunk (revision 20171212-090247~git~master-om49) |
Modelica_trunk | From version trunk (revision 20171211-173324~git~master-om2) to trunk (revision 20171212-090247~git~master-om2) |
Modelica_trunk_cpp | From version trunk (revision 20171211-173324~git~master-om2) to trunk (revision 20171212-090247~git~master-om2) |