.OpenModelica.Scripting.setPreOptModules

Sets pre optimization modules for the backend.

Information

Sets the optimization modules which are used before the matching and index reduction in the backend, given as a comma separated string. Call the compiler with --help=optmodules for more information about what modules are available.

Example input: removeFinalParameters,removeSimpleEquations,expandDerOperator

Interface

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

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