﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
1596	Simple equation not found	Martin Sjölund	Martin Sjölund	"The following generates x=0.0 in the algebraics section, but should be a known variable. If the equation was stored as 0.0 = (r-x)-r;, this should have been found. Would it be better to remove BackendDAE.EQUATION and only use BackendDAE.RESIDUAL_EQUATION?

{{{
model M
  Real r,x;
equation
  r = time*3;
  r = r-x;
end M;
}}}"	defect	closed	high			trunk	fixed		Martin Sjölund Jens Frenkel
