mirror of
https://github.com/Z3Prover/z3
synced 2025-04-27 02:45:51 +00:00
debug cheap_eqs
Signed-off-by: Lev Nachmanson <levnach@hotmail.com>
This commit is contained in:
parent
7a2aa28644
commit
ffaa7d0b27
3 changed files with 105 additions and 60 deletions
|
@ -113,6 +113,7 @@ struct statistics {
|
|||
unsigned m_cross_nested_forms;
|
||||
unsigned m_grobner_calls;
|
||||
unsigned m_grobner_conflicts;
|
||||
unsigned m_cheap_eqs;
|
||||
statistics() { reset(); }
|
||||
void reset() { memset(this, 0, sizeof(*this)); }
|
||||
};
|
||||
|
@ -138,7 +139,7 @@ private:
|
|||
// used for messages, for example, the computation progress messages
|
||||
std::ostream* m_message_out;
|
||||
|
||||
statistics m_stats;
|
||||
statistics m_stats;
|
||||
random_gen m_rand;
|
||||
|
||||
public:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue