mirror of
https://github.com/Z3Prover/z3
synced 2025-11-13 17:41:16 +00:00
Change OP_SET_UNION to OP_FINITE_SET_UNION
This commit is contained in:
parent
415787a631
commit
356e631750
1 changed files with 1 additions and 1 deletions
|
|
@ -830,7 +830,7 @@ public:
|
||||||
|
|
||||||
bool operator()(func_decl* f, unsigned num, expr* const* args, expr_ref& r) override {
|
bool operator()(func_decl* f, unsigned num, expr* const* args, expr_ref& r) override {
|
||||||
switch (f->get_decl_kind()) {
|
switch (f->get_decl_kind()) {
|
||||||
case OP_SET_UNION:
|
case OP_FINITE_SET_UNION:
|
||||||
// x union y -> fresh
|
// x union y -> fresh
|
||||||
// x := fresh, y := empty
|
// x := fresh, y := empty
|
||||||
if (num == 2 && uncnstr(args[0]) && uncnstr(args[1])) {
|
if (num == 2 && uncnstr(args[0]) && uncnstr(args[1])) {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue