﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
4050	Array of component: Too many equations.	Lennart Ochel	Lennart Ochel	"I need to create an array of `PC` components, similar to the minimal example below. When doing so, OpenModelica reports 142 equations and 126 variables.

{{{#!mo
model test
  inner PNlib.Settings settings annotation(Placement(visible = true, transformation(origin = {-30, 30}, extent = {{-10, -10}, {10, 10}}, rotation = 0)));
  PNlib.PC P1[2] annotation(Placement(visible = true, transformation(origin = {0, 0}, extent = {{-10, -10}, {10, 10}}, rotation = 0)));
  annotation(uses(PNlib(version = ""1.4"")));
end test;
}}}
"	defect	new	critical	2.0.0	Backend			PNlib	Adrian Pop Martin Sjölund Per Östlund Mahder Alemseged Gebremedhin
