Skip to content

Commit

Permalink
Restore non-strict inequality for dimension of equalityConstraint
Browse files Browse the repository at this point in the history
Addressing review comment by Elena.
  • Loading branch information
henrikt-ma committed Mar 31, 2021
1 parent 28dc207 commit ee43de5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chapters/connectors.tex
Expand Up @@ -813,7 +813,7 @@ \subsection{Overconstrained Equation Operators for Connection Graphs}\label{over
end equalityConstraint;
end Record;
\end{lstlisting}
The array dimension $n$ of \lstinline!residue! shall be a constant \lstinline!Integer! expression that can be evaluated during translation, with $n > 0$.
The array dimension $n$ of \lstinline!residue! shall be a constant \lstinline!Integer! expression that can be evaluated during translation, with $n \geq 0$.
The \lstinline!equalityConstraint! expresses the equality between the two type instances \lstinline!T1! and \lstinline!T2! or the record instances \lstinline!R1! and \lstinline!R2!, respectively, as the $n$ non-redundant equation residuals returned in \lstinline!residue!.
That is, the set of $n$ non-redundant equations stating that \lstinline!R1 = R2! is given by the equation (\lstinline!0! represents a vector of zeros of appropriate size):
\begin{lstlisting}[language=modelica]
Expand Down

0 comments on commit ee43de5

Please sign in to comment.