FunctionalConstraint

constructor(validNames: List<String>, lhsFunc: ConstraintFunctionIfc, rhsValue: Double = 0.0, inequalityType: InequalityType = InequalityType.LESS_THAN)

Parameters

validNames

the input variable names that are valid for the function. The list must not be empty and must contain non-blank strings.