mirror of
https://github.com/Z3Prover/z3
synced 2025-08-08 04:01:22 +00:00
parent
95eb0a0521
commit
3d1c40ce23
12 changed files with 61 additions and 38 deletions
|
@ -399,7 +399,7 @@ namespace smt {
|
|||
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); }
|
||||
char const * get_name() const override { return "seq"; }
|
||||
bool include_func_interp(func_decl* f) override { return m_util.str.is_nth(f); }
|
||||
bool include_func_interp(func_decl* f) override { return false; } // m_util.str.is_nth(f); }
|
||||
theory_var mk_var(enode* n) override;
|
||||
void apply_sort_cnstr(enode* n, sort* s) override;
|
||||
void display(std::ostream & out) const override;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue