mirror of
https://github.com/Z3Prover/z3
synced 2025-04-13 12:28:44 +00:00
parent
39ffc4ece7
commit
54d981e88f
|
@ -909,7 +909,7 @@ protected:
|
|||
void new_eq_eh(theory_var, theory_var) override;
|
||||
void new_diseq_eh(theory_var, theory_var) override;
|
||||
|
||||
theory* mk_fresh(context*) override { return alloc(theory_str, get_manager(), m_params); }
|
||||
theory* mk_fresh(context* c) override { return alloc(theory_str, c->get_manager(), m_params); }
|
||||
void init(context * ctx) override;
|
||||
void init_search_eh() override;
|
||||
void add_theory_assumptions(expr_ref_vector & assumptions) override;
|
||||
|
|
Loading…
Reference in a new issue