3
0
Fork 0
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:
Nikolaj Bjorner 2016-02-24 08:55:28 -08:00
commit 4c408165ab
3 changed files with 15 additions and 11 deletions

View file

@ -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);