﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
5040	OMC accepts invalid values of parameters	Francesco Casella	Lennart Ochel	"Please run the following test case
{{{
model TestMinParameter
  parameter Integer p(min = 2) = 1;
  Real x(start = 0, fixed = true);
equation
  der(x) = p - x;
end TestMinParameter;
}}}
OMEdit outputs:
{{{
assert | warning | The following assertion has been violated at time 0.000000
p >= 2
}}}
but then continues with the simulation.

IMHO this model is invalid and should not be simulated at all. We may add a flag to turn violations of min/max attributes in parameters into warnings, but it should be an error by default.

See #4985 for a closely related issue."	defect	closed	blocker	1.13.0	Run-time		fixed		
