mirror of
https://github.com/Z3Prover/z3
synced 2025-04-24 01:25:31 +00:00
parent
87f8da022e
commit
90708576fe
2 changed files with 261 additions and 0 deletions
|
@ -546,6 +546,10 @@ br_status seq_rewriter::mk_app_core(func_decl * f, unsigned num_args, expr * con
|
|||
case OP_RE_DIFF:
|
||||
if (num_args == 2)
|
||||
st = mk_re_diff(args[0], args[1], result);
|
||||
else if (num_args == 1) {
|
||||
result = args[0];
|
||||
st = BR_DONE;
|
||||
}
|
||||
break;
|
||||
case OP_RE_INTERSECT:
|
||||
if (num_args == 1) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue