﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
1584	Non-linear systems are solved wrong	Martin Sjölund	Martin Sjölund	"{{{
model M
  Real x;
equation
  1.2 = sin(x);
end M;
}}}

Generates a residual function
{{{
0 = sin(x)-1.2;
}}}

So far so good. But the C-code seems to be solved wrong as I get x=0.0 as a result (it is in fact not possible to solve this)."	defect	closed	high				fixed		Martin Sjölund Martin Sjölund Willi Braun
