mirror of
https://github.com/Z3Prover/z3
synced 2025-04-27 19:05:51 +00:00
randomize m_to_refine() init
Signed-off-by: Lev Nachmanson <levnach@hotmail.com>
This commit is contained in:
parent
73e63e1ad9
commit
5d5d4a2264
2 changed files with 5 additions and 1 deletions
|
@ -95,6 +95,7 @@ class emonomials {
|
|||
hashtable<lpvar, hash_canonical, eq_canonical> m_cg_table; // congruence (canonical) table.
|
||||
|
||||
|
||||
unsigned number_of_monomials() const { return m_monomials.size(); }
|
||||
void inc_visited() const;
|
||||
|
||||
void remove_cell(head_tail& v, unsigned mIndex);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue