Skip to content

Changes

Summary

  1. Add implicitParameterStartAttribute flag (#12595) (details)
Commit c7e502d3f9ce1a397a43f5085dcfed0e82c0be93 by noreply
Add implicitParameterStartAttribute flag (#12595)

- Add `implicitParameterStartAttribute` option to the
  `allowNonStandardModelica` flag to allow fixed parameters with no
  binding or start value and automatically generate start values for
  them.
- Improve `Expression.makeDefaultValue` to optionally take min/max of
  the variable into account when generating the default value.
The file was modified testsuite/flattening/modelica/scodeinst/Makefile (diff)
The file was modified OMCompiler/Compiler/NFFrontEnd/NFExpression.mo (diff)
The file was addedtestsuite/flattening/modelica/scodeinst/UnboundParameter5.mo
The file was modified OMCompiler/Compiler/Util/Flags.mo (diff)
The file was modified OMCompiler/Compiler/NFFrontEnd/NFFlatten.mo (diff)