SampledConstraint

SampledConstraint#

class SampledConstraint#
property description: Optional[str]#

Read-only property.

Get the description

property equality: Equality#

Read-only property.

Get the constraint equality type

property evaluated_values: dict[int, float]#

Read-only property.

Get the evaluated values for all samples

property feasible: dict[int, bool]#

Read-only property.

Get the feasibility status for all samples

property name: Optional[str]#

Read-only property.

Get the constraint name

property subscripts: list[int]#

Read-only property.

Get the subscripts

property used_decision_variable_ids: set[int]#

Read-only property.

Get the used decision variable IDs