isLinearConstraintFeasible

Interprets the supplied map as inputs for the problem definition and returns true if the values are within linear constraints. False will be returned if at least one linear 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 linear 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 linear 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.