﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
4784	Equations with Complex variables lost in NF	Francesco Casella	Mahder Alemseged Gebremedhin	"The test cases in the ScalableTestSuite with complex numbers still fail. The smallest test case you can try out is {{{ScalableTestSuite.Electrical.DistributionSystemAC.Verification.LinearControlledLoad}}} (which lacks the experiment annotation, so it does not show up in the repors).

The model has 64 variable and equations. Checking with the NF reports only 57 equations. I flattened the model with the OF and NF and spotted at least one missing equation:
{{{
  linearControlledLoad.R.i.re = linearControlledLoad.R.p.i.re;
}}}

I guess the same problem takes place in the larger examples."	defect	closed	high	2.0.0	New Instantiation		fixed		Per Östlund
