﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
2337	When equations get not solved for lhs	Vitalij Ruge	Lennart Ochel	"We can simulate singularity systems like:
{{{
model whenBug
 Real x(start = 2, fixed = true);
 Real y(start = 1, fixed = true);

equation
 when(sample(0,0.1)) then
   x = 2;
   y = x + y; // singularity loop
 end when;

end whenBug;
}}}

the linear singularity equation y = x + y is in the C-Code an algorithm y:= x + y!
"	defect	closed	normal	1.9.4	Backend	trunk	fixed	when, residual	Lennart Ochel Willi Braun
