3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-10-01 21:49:29 +00:00

fix bug in definition of rewrite rule for replace, tighten constraints for tightest-prefix

Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
Nikolaj Bjorner 2016-02-23 18:41:56 -08:00
parent 12458b1a84
commit d5383e2387
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);
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);