Functions

Link copied to clipboard
open fun generateInputFeasiblePoints(numPoints: Int, problemDefinition: ProblemDefinition): Set<InputMap>

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

Link copied to clipboard
abstract fun startingPoint(problemDefinition: ProblemDefinition): InputMap