FeasibilityIfc

Functions

Link copied to clipboard

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.

Link copied to clipboard
abstract fun isInputFeasible(): Boolean

The supplied input is considered input feasible if it is feasible with respect to the defined input parameter ranges, the linear constraints, and the functional constraints.

Link copied to clipboard

Interprets the supplied map as inputs for the problem definition and returns true if the values are within the ranges defined for the variables. False will be returned if at least one input variable is not within its defined range.

Link copied to clipboard

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.