﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
5865	Missing transformational debugger information for $cse implicit equations	Francesco Casella	Karim Adbdelhak	"Please run the attached test case with the OMEdit transformational debugger.

The debugger shows the chain of symbolic transformations and a pointer to the original equation in the source code. However, this does not happen in the case of implicit equations defining the CSE variables. In standard odeMode, this happens for 
{{{
(residual) $cse2 - TestDaeMode.sq(w12, 0.01) = 0
(residual) $cse1 - TestDaeMode.sq(w34, 0.01) = 0
}}}
while in daeMode (uncomment the vendor annotation to get it) this happens for
{{{
(assign) $DAEres5 := TestDaeMode.sq(w34, 0.01) - $cse1
(assign) $DAEres0 := TestDaeMode.sq(w12, 0.01) - $cse2
}}}
I guess this requires fixing one specific point of the backend or code generation, though I have no idea exactly where. I hope these two test cases allow to pinpoint the exact location easily."	defect	new	high		Backend				Martin Sjölund
