﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
1410	Algebraic loop is generated instead of a known variable	Martin Sjölund	Martin Sjölund	"The following will be executed 3 times per time step, but can actually be decided statically:
{{{Real x = sin(x)}}}

Basically, if lhs and rhs have the same variables, and the rest of the input is constant, we should be able to solve this before simulation (if it also has some other parameter input, we should be able to solve it during initialization). Is it desirable to solve this in the backend (it could generate a system that is easier to simulate)? Anyway, the residual function generated will be called 3 times per time step and sin is not a terribly cheap operation."	defect	new	high	Future					Martin Sjölund Frenkel TUD Willi Braun
