Skip to content

Commit

Permalink
Drop 'variability' from glossary (already present in index)
Browse files Browse the repository at this point in the history
  • Loading branch information
henrikt-ma committed Dec 9, 2020
1 parent edb174b commit 30630a8
Showing 1 changed file with 0 additions and 16 deletions.
16 changes: 0 additions & 16 deletions chapters/glossary.tex
Original file line number Diff line number Diff line change
Expand Up @@ -142,21 +142,5 @@ \chapter{Glossary}\label{glossary}
referenced class, or any of its base classes or constraining types
transitively at any level. (See \cref{transitively-non-replaceable}.)

\glossaryitem{variability}: property of an expression: one of
\begin{itemize}
\item \glossaryitem{continuous}: an expression that may change its value at any
point in time.
\item \glossaryitem{discrete}: may change its value only at events during
simulation.
\item \glossaryitem{parameter}: constant during the entire simulation, recommended
to change for a component.
\item \glossaryitem{constant}: constant during the entire simulation (can be used
in a package) .
\end{itemize}

Assignments x := expr and binding equations x = expr must satisfy a
variability constraint: The expression must not have a higher
variability than component x. (See \cref{variability-of-expressions}.)

\glossaryitem{vector}: an array where the number of dimensions is 1. (See
\cref{arrays}.)

0 comments on commit 30630a8

Please sign in to comment.