response Constraint
Creates an ResponseConstraint based on the supplied response name and right-hand side value.
Return
the constructed response constraint
Parameters
the name of the response. Must be a pre-defined response name associated with the problem definition
the right-hand side of the constraint
the inequality type (less_than or greater_than). The default is less than
the constraint's target. A parameter is often used by solver methods that behave as a cut-off point between desirable and unacceptable systems
the constraint's tolerance. A parameter often used by solver methods that specifies how much we are willing to be off from the target. Similar to an indifference parameter.
optional per-constraint penalty function. When null (the default), the constraint inherits defaultResponsePenalty.