.OpenModelica.Scripting.setPostOptModules

Sets post optimization modules for the backend.

Information

Sets the optimization modules which are used after the index reduction to optimize the system for simulation, given as a comma separated string. Call the compiler with --help=optmodules for more information about what methods are available.

Example input: lateInline,inlineArrayEqn,removeSimpleEquations

Interface

function setPostOptModules
  input String modules;
  output Boolean success;
end setPostOptModules;

Generated at 2025-04-18T18:20:08Z by OpenModelicaOpenModelica 1.25.0 using GenerateDoc.mos