mirror of
https://github.com/Z3Prover/z3
synced 2025-10-01 21:49:29 +00:00
Merge branch 'master' of https://github.com/Z3Prover/z3 into HEAD
This commit is contained in:
commit
4c408165ab
3 changed files with 15 additions and 11 deletions
|
@ -443,7 +443,7 @@ namespace smt {
|
|||
literal mk_literal(expr* n);
|
||||
literal mk_eq_empty(expr* n, bool phase = true);
|
||||
literal mk_seq_eq(expr* a, expr* b);
|
||||
void tightest_prefix(expr* s, expr* x, literal lit, literal lit2 = null_literal);
|
||||
void tightest_prefix(expr* s, expr* x);
|
||||
expr_ref mk_sub(expr* a, expr* b);
|
||||
enode* ensure_enode(expr* a);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue