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