mirror of
https://github.com/Z3Prover/z3
synced 2025-04-29 20:05:51 +00:00
add stubs for arithmetic
This commit is contained in:
parent
e683f4be21
commit
4f0c743e2b
8 changed files with 231 additions and 0 deletions
|
@ -200,4 +200,9 @@ namespace euf {
|
|||
return ctx.mk_eq(e1, e2);
|
||||
}
|
||||
|
||||
sat::literal th_euf_solver::eq_internalize(expr* a, expr* b) {
|
||||
return b_internalize(ctx.mk_eq(a, b));
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue