kabdelhak / OpenModelica

OpenModelica is an open-source Modelica-based modeling and simulation environment intended for industrial and academic usage.
https://openmodelica.org
Other
0 stars 0 forks source link

Add Multary support #8

Open kabdelhak opened 4 years ago

kabdelhak commented 4 years ago

[NF]

Example: Instead of having BINARY(BINARY(a, +, b), +, BINARY(c, +, d)) we will have MULTARY({a,b,c,d}, +) which is a way more compact way of representing it.