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
function setPreOptModules input String modules; output Boolean success; end setPreOptModules;