feldob / InPUT

A descriptive and programming language independent format and API for the simplified configuration, documentation, and design of computer experiments.
7 stars 25 forks source link

Design.setValue() only accepts intersection of inclusive ranges #44

Open finkn opened 10 years ago

finkn commented 10 years ago

When a multi-range is defined using inclusive limits, only values in the intersection of all the ranges are legal.

See https://github.com/finkn/InPUTspec/blob/master/main/src/net/finkn/inputspec/v050/RangeTest.java for details.