mirror of
https://github.com/Z3Prover/z3
synced 2025-04-29 11:55:51 +00:00
Nikolaj fixes pdd_manager::reduce() to work with the changed order
Signed-off-by: Lev Nachmanson <levnach@hotmail.com>
This commit is contained in:
parent
00e1049ff2
commit
7ad95aa5d2
5 changed files with 246 additions and 207 deletions
|
@ -194,6 +194,7 @@ private:
|
|||
scoped_process(solver& g, equation* e): g(g), e(e) {}
|
||||
~scoped_process();
|
||||
};
|
||||
|
||||
void update_stats_max_degree_and_size(const equation& e);
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue