mirror of
https://github.com/Z3Prover/z3
synced 2025-11-10 16:12:03 +00:00
Merge branch 'master' of https://github.com/z3prover/z3 into smtmus
This commit is contained in:
commit
f154390071
1 changed files with 1 additions and 0 deletions
|
|
@ -3799,6 +3799,7 @@ namespace z3 {
|
||||||
}
|
}
|
||||||
inline expr re_diff(expr const& a, expr const& b) {
|
inline expr re_diff(expr const& a, expr const& b) {
|
||||||
check_context(a, b);
|
check_context(a, b);
|
||||||
|
context& ctx = a.ctx();
|
||||||
Z3_ast r = Z3_mk_re_diff(ctx, a, b);
|
Z3_ast r = Z3_mk_re_diff(ctx, a, b);
|
||||||
ctx.check_error();
|
ctx.check_error();
|
||||||
return expr(ctx, r);
|
return expr(ctx, r);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue