concepts.dsl.constraint.OptimisticValueRecord#
- class OptimisticValueRecord[source]#
Bases:
object
Methods
Attributes
Check if the optimistic value is a group.
The identifier of the optimistic value.
The dtype of the optimistic value.
The domain of the optimistic value.
Whether the variable is actionable.
The name of the variable.
Whether the variable is constant.
The group id of the variable.
- __init__(identifier, dtype, domain=None, actionable=False, name=None, is_constant=False, group_id=0)[source]#
- Parameters:
identifier (int)
dtype (TensorValueTypeBase | PyObjValueType | GroupTypeClass)
actionable (bool)
name (str | None)
is_constant (bool)
group_id (int)
- __new__(**kwargs)#
- dtype: TensorValueTypeBase | PyObjValueType | GroupTypeClass#
The dtype of the optimistic value.