Range
Namespace: Informedica.GenSolver.Lib
Parent Module: ValueRange
A Range
is restricted by either a
Minimum
, a Maximum
, a Minimum
and a increment, an increment and
a Maximum
or a Minimum
and a
Maximum
. There is no Range
with
both an min, incr, and max, as that
is, in fact, a ValueSet
.