﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
6252	Do not count extra equations for public non-connector top level inputs with binding equations	Francesco Casella	Per Östlund	"Please check the {{{Modelica.Mechanics.MultiBody.World}}} model in OMEdit. The model is reported to be unbalanced. 

The reason is that the model contain several declarations such as
{{{
input Real[3] x = {1, 2, 3};
}}}
The NF counts three binding equations and then three more equations for the top-level {{{input}}}. This is wrong; according to Section 4.7

  The local equation size of a model or block class is the sum of the following numbers:
  - ...
  - ...
  - The number of (top level) '''public input''' variables that '''neither are connectors nor have binding equations''' [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.].

These public inputs have a binding equation, so they should not be counted again."	defect	closed	high	1.17.0	New Instantiation	v1.17.0-dev	fixed		Karim Adbdelhak
