concepts.dsl.expression.QuantificationExpression#
- class QuantificationExpression[source]#
Bases:
ValueOutputExpression
Methods
cached_string
([max_length])Attributes
The quantification operation.
The quantified variable.
The internal expression.
- OpType#
alias of
QuantificationOpType
- __init__(quantification_op, variable, expr)[source]#
- Parameters:
quantification_op (QuantificationOpType)
variable (Variable)
expr (ValueOutputExpression)
- __new__(**kwargs)#
- check_arguments()#
- expression: ValueOutputExpression#
The internal expression.
- quantification_op: QuantificationOpType#
The quantification operation. Can be FORALL or EXISTS.