filterToFeasibleInputs

Filters the supplied list of arrays to a set of input maps that are input feasible. Each array is checked if it is input-feasible isInputFeasible and if so added to the resulting returned set.

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

Return

a set of InputMap instances representing the feasible points

Parameters

points

the supplied list of arrays to filter.