mirror of
https://github.com/Z3Prover/z3
synced 2026-06-19 23:26:30 +00:00
adding choice
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
f124cacf1e
commit
5d23edd473
3 changed files with 24 additions and 5 deletions
|
|
@ -63,6 +63,7 @@ enum array_op_kind {
|
|||
OP_SET_COMPLEMENT,
|
||||
OP_SET_SUBSET,
|
||||
OP_AS_ARRAY, // used for model construction
|
||||
OP_CHOICE,
|
||||
LAST_ARRAY_OP
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue