﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
3165	Cyclically dependent parameters due to min/max attribute	Lennart Ochel	somebody	"{{{#!mo
model test
  parameter Real a(min=0, max=b) = 2;
  parameter Real b(min=a) = 3;
end test;
}}}

OpenModelica throws following error message for this model:
{{{
Translation Error
Cyclically dependent constants or parameters found in scope test: {b,a}.
}}}

Is that intended? Dymola does not complain about cyclically dependent parameters in this case."	defect	new	high	Future	Frontend	trunk			Adrian Pop
