﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
2575	missing edges in dumping graphml files	Willi Braun	Willi Braun	"In the following graphml file is a
edge missing:
{{{
setCommandLineOptions({""+locale=C"",""+d=dumpSCCGraphML""});
loadString(""
model A
  Real a,b,c,d;
equation
  a = sin(time);
  b = cos(a);
  c = cos(b)+sin(a);
  d = b + c;
end A;
"");
buildModel(A);
}}}
In the graphml file the node c in only 
depended on ""a"", but not on ""b"".
"	defect	closed	normal	1.9.1	Backend	trunk	fixed		
