mirror of
https://github.com/Z3Prover/z3
synced 2025-04-29 20:05:51 +00:00
stronger lemmas to avoid branching
Signed-off-by: Lev Nachmanson <levnach@hotmail.com>
This commit is contained in:
parent
580ebead79
commit
63e62ec1bb
8 changed files with 156 additions and 62 deletions
|
@ -108,6 +108,7 @@ struct stats {
|
|||
unsigned m_patches_success;
|
||||
unsigned m_hnf_cutter_calls;
|
||||
unsigned m_hnf_cuts;
|
||||
unsigned m_nla_calls;
|
||||
stats() { reset(); }
|
||||
void reset() { memset(this, 0, sizeof(*this)); }
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue