Skip to content

Commit

Permalink
The difference should be in the other order.
Browse files Browse the repository at this point in the history
The equalityConstraint should be smaller than the size of the variable.
  • Loading branch information
HansOlsson committed Nov 28, 2023
1 parent 32895ac commit 7b75ad1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chapters/classes.tex
Expand Up @@ -1084,7 +1084,7 @@ \section{Balanced Models}\label{balanced-models}
I.e., top-level inputs are treated as known variables. This represents the number of binding equations that will be provided when the class is used.
\end{nonnormative}
\item
For over-determined connectors, \cref{equation-operators-for-overconstrained-connection-based-equation-systems1}, each spanning tree without any root node adds the difference between the size of the output of \lstinline!equalityConstraint! and the size of the over-determined type or record.
For over-determined connectors, \cref{equation-operators-for-overconstrained-connection-based-equation-systems1}, each spanning tree without any root node adds the difference between the size of the over-determined type or record and the size of the output of \lstinline!equalityConstraint!.
\begin{nonnormative}
By definition this term is zero in simulation models, but relevant for checking component models.
There are no other changes in the variable and equation count for models -- but a restriction on the size of the output of \lstinline!equalityConstraint!, \cref{balancing-restriction-and-size-of-connectors}.
Expand Down

0 comments on commit 7b75ad1

Please sign in to comment.