Skip to content

Commit 8e12fc9

Browse files
authored
Merge pull request #2574 from HansOlsson/VariabilityGuarantee
Clarify variability guarantee
2 parents 9b6ca01 + e81e536 commit 8e12fc9

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

chapters/classes.tex

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -408,8 +408,9 @@ \subsection{Component Variability Prefixes discrete, parameter, constant}\double
408408
\lstinline!enumeration! variables.
409409

410410
\begin{nonnormative}
411-
A Modelica translator is able to guarantee this property due to
412-
restrictions imposed on discrete expressions, see \autoref{variability-of-expressions}.
411+
The restriction that discrete-valued variables (of type \lstinline!Boolean!, etc) cannot be
412+
declared with continuous-time variability is one of the foundations of the expression variability rules
413+
that will ensure that any discrete-valued expression has at most discrete-time variability, see \autoref{variability-of-expressions}.
413414
\end{nonnormative}
414415

415416
The variability of expressions and restrictions on variability for

0 commit comments

Comments
 (0)