mirror of
https://github.com/Z3Prover/z3
synced 2025-08-08 04:01:22 +00:00
fix #4114
This commit is contained in:
parent
51c3778354
commit
029edcfabd
5 changed files with 26 additions and 27 deletions
|
@ -443,7 +443,7 @@ namespace smt {
|
|||
void relevant_eh(app* n) override;
|
||||
bool should_research(expr_ref_vector &) override;
|
||||
void add_theory_assumptions(expr_ref_vector & assumptions) override;
|
||||
theory* mk_fresh(context* new_ctx) override { return alloc(theory_seq, new_ctx->get_manager(), m_params); }
|
||||
theory* mk_fresh(context* new_ctx) override { return alloc(theory_seq, new_ctx->get_manager(), new_ctx->get_fparams()); }
|
||||
char const * get_name() const override { return "seq"; }
|
||||
bool include_func_interp(func_decl* f) override { return m_util.str.is_nth_u(f); }
|
||||
bool is_safe_to_copy(bool_var v) const;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue