﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
1512	Optimize linear equations	Martin Sjölund	Martin Sjölund	"The following can be solved symbolically by the backend using gaussian elimination, but is not performed :(
{{{
model M
  Real x;
  Real y;
equation
  2*x + y/2 = 14.0;
  2*x - y/2 = 30.0;
end M;
}}}"	defect	closed	high				fixed		Martin Sjölund Jens Frenkel
