generateInputFeasiblePoints

open fun generateInputFeasiblePoints(numPoints: Int, problemDefinition: ProblemDefinition): Set<InputMap>(source)

Generates a set of input feasible points by repeatedly calling startingPoint() and checking if the point is feasible.