﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
1514	Backend: Integer linear systems are not handled properly	Martin Sjölund	Martin Sjölund	"The following will generate a (real) linear system of equations. But it contains an integer, which will then truncate the results.
{{{
model M
  Real x;
  Integer y;
equation
  2*x + y = 5.0;
  2*x - y = 3.0;
end M;
}}}"	defect	new	high	Future					Martin Sjölund Frenkel TUD Willi Braun
