﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
1641	Algebraic system of equation generates no code and wrong results!	Adrian Pop	Adrian Pop	"Got this model from Vikrant C. Aute @ University of Maryland.\\
If you simulate it you get a = 0 and b = 0. If you provide
start values for a and b the start values are returned (even
if they are not correct). Any idea what's going on? It seems
we have no code for the system at all in the generated code.
It should be b = -3,578, etc.

{{{
model algebraicEQUset
  Real a;
  Real b;
equation
  a = 3 * b + 5.7;
  a = -0.13 * b - 4.5;
end algebraicEQUset;
}}}"	defect	closed	critical				fixed		Adrian Pop Jens Frenkel Martin Sjölund Willi Braun
