﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
3109	asserts are evaluated too early in certain cases	Lennart Ochel	Lennart Ochel	"There is a problem with too early evaluated asserts if e.g. parameters are evaluated during initialization:

{{{#!mo
model test
  parameter Real p(fixed=false, min=1, max=2);
initial equation
  p = 1.5;
end test;
}}}

This example will display
{{{
Variable p out of [min, max] interval: p>= 1.0 and p <= 2.0 has value: 0
}}}"	defect	closed	high	1.9.4	Backend	trunk	fixed		dersh@…
