mirror of
https://github.com/Z3Prover/z3
synced 2025-10-05 15:33:59 +00:00
reorder fields
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
b7306f3c0c
commit
d422f7b067
1 changed files with 1 additions and 1 deletions
|
@ -80,7 +80,7 @@ namespace euf {
|
||||||
}
|
}
|
||||||
|
|
||||||
ac_plugin::ac_plugin(egraph& g, func_decl* f) :
|
ac_plugin::ac_plugin(egraph& g, func_decl* f) :
|
||||||
plugin(g), m_decl(f), m_fid(f->get_family_id()),
|
plugin(g), m_fid(f->get_family_id()), m_decl(f),
|
||||||
m_dep_manager(get_region()),
|
m_dep_manager(get_region()),
|
||||||
m_hash(*this), m_eq(*this), m_monomial_table(m_hash, m_eq)
|
m_hash(*this), m_eq(*this), m_monomial_table(m_hash, m_eq)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue