3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-08-01 00:43:18 +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

@ -40,7 +40,7 @@ namespace euf {
virtual ~plugin() {}
virtual unsigned get_id() const = 0;
virtual theory_id get_id() const = 0;
virtual void register_node(enode* n) = 0;