isInputRangeFeasible

Interprets the supplied map as inputs for the problem definition and returns true if the values are within the ranges defined for the variables. False will be returned if at least one input variable is not within its defined range.

Return

true if the inputs are input feasible

Parameters

inputs

the input values as a map containing the (name, value) of the inputs


Checks if the array's elements are within the defined input ranges for each input variable.

Assumes that the order of the array is the same as the order of the defined names for the problem.

Return

true if each element of the array is within the defined input-range for its corresponding named variable

Parameters

point

the point to check for input-range-feasibility. The size of the array must be equal to the number of input variables.