mirror of
https://github.com/Z3Prover/z3
synced 2025-08-24 03:57:51 +00:00
port updates to egraph from poly
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
24ffef8ac5
commit
a5a819c291
11 changed files with 91 additions and 54 deletions
|
@ -35,7 +35,7 @@ namespace euf {
|
|||
|
||||
~arith_plugin() override {}
|
||||
|
||||
unsigned get_id() const override { return a.get_family_id(); }
|
||||
theory_id get_id() const override { return a.get_family_id(); }
|
||||
|
||||
void register_node(enode* n) override;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue