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