mirror of
https://github.com/Z3Prover/z3
synced 2025-08-20 10:10:21 +00:00
euf_completion with AC: add first cut of AC matching for top-level, add plugins and fix shared expression rewriting in ac-plugin
This commit is contained in:
parent
bc312768c8
commit
b2f01706be
8 changed files with 139 additions and 26 deletions
|
@ -122,6 +122,7 @@ namespace euf {
|
|||
|
||||
smt_params m_smt_params;
|
||||
egraph m_egraph;
|
||||
unsigned m_th_var = 0;
|
||||
scoped_ptr<mam> m_mam;
|
||||
enode* m_tt, *m_ff;
|
||||
ptr_vector<expr> m_todo;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue