Martin Sjölund
Martin Sjölund
The code generator can now generate constant indexes for ASUB expressions. The 2D, 3D and 4D-specific array accessors have now been removed (except for String arrays which did not implement...
WIP: Note: OMEdit, etc would need to initialize the assertion routines. This could be done from Main.init() to help that.
This avoids a bug where solveSimpleEquations removes the variable it tries to solve for.
The check for balanced if-equations is now performed during creation of the BackendDAE structure instead of checked and ignored during simplification of if-equations. This fixes ticket:4432.
Fixes #50
I now have 3 million files like /tmp/openmodelica.hudson.objid.0c3f41ef40b543f48a84395c1d393d9c.log because OMPython doesn't clean log-files after it is done. I believe we should have more options: * Output log to file *...
Suppose we have future versions of ModelicaServices/etc that require newer language features / newer OpenModelica versions... We need a way for the package manager to handle this so we can...
The following commits existed among the OpenModelica patches to the library (what we used to use to test ThermoSysPro). Since this Github repository now exists, we should test against it...