3
0
Fork 0
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:
Lev Nachmanson 2019-02-14 15:44:02 -08:00
parent 580ebead79
commit 63e62ec1bb
8 changed files with 156 additions and 62 deletions

View file

@ -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)); }
};