QueryExpr Type
Represents one or more solver-model query expressions.
Union cases
| Union case |
Description
|
Full Usage:
Empty
|
Request no values. |
|
Request one symbolic expression value.
|
|
Request a nested sequence of query expressions.
|
Instance members
| Instance member |
Description
|
Full Usage:
this.IsEmpty
Returns: bool
|
|
Full Usage:
this.IsValue
Returns: bool
|
|
Full Usage:
this.IsValues
Returns: bool
|
|
B2R2