3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-08-05 19:00:25 +00:00

fixups to theory_str for regex

This commit is contained in:
Murphy Berzish 2018-02-12 17:45:07 -05:00
parent 54206e3674
commit 762129d4c7
2 changed files with 14 additions and 5 deletions

View file

@ -745,6 +745,7 @@ protected:
void new_diseq_eh(theory_var, theory_var) override;
theory* mk_fresh(context*) override { return alloc(theory_str, get_manager(), m_params); }
void init(context * ctx) override;
void init_search_eh() override;
void add_theory_assumptions(expr_ref_vector & assumptions) override;
lbool validate_unsat_core(expr_ref_vector & unsat_core) override;