isFunctionalConstraintFeasible

Interprets the supplied map as inputs for the problem definition and returns true if the values are within functional constraints. False will be returned if at least one functional constraint is infeasible.

Return

true if the inputs are feasible

Parameters

inputs

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


Checks if the array's elements are feasible with respect to any functional constraints

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

Return

true if the array is feasible with respect to the problem's functional constraints

Parameters

point

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