3
0
Fork 0
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:
Nikolaj Bjorner 2024-02-03 12:48:58 -08:00
parent 24ffef8ac5
commit a5a819c291
11 changed files with 91 additions and 54 deletions

View file

@ -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;