mirror of
https://github.com/Z3Prover/z3
synced 2025-08-07 03:31:23 +00:00
remove family id externals
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
d3564f5b50
commit
909257f856
5 changed files with 14 additions and 23 deletions
|
@ -64,11 +64,11 @@ namespace smt {
|
|||
|
||||
public:
|
||||
|
||||
theory_char(context& ctx, family_id fid);
|
||||
theory_char(context& ctx);
|
||||
|
||||
void new_eq_eh(theory_var v1, theory_var v2) override;
|
||||
void new_diseq_eh(theory_var v1, theory_var v2) override;
|
||||
theory * mk_fresh(context * new_ctx) override { return alloc(theory_char, *new_ctx, get_family_id()); }
|
||||
theory * mk_fresh(context * new_ctx) override { return alloc(theory_char, *new_ctx); }
|
||||
bool internalize_atom(app * atom, bool gate_ctx) override;
|
||||
bool internalize_term(app * term) override;
|
||||
void display(std::ostream& out) const override {}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue