mirror of
https://github.com/Z3Prover/z3
synced 2025-04-23 17:15:31 +00:00
add statistics on horner's heuristic
Signed-off-by: Lev Nachmanson <levnach@hotmail.com>
This commit is contained in:
parent
22e2ad6824
commit
5435942228
3 changed files with 11 additions and 2 deletions
|
@ -3784,6 +3784,9 @@ public:
|
|||
st.update("arith-patches", lp().settings().st().m_patches);
|
||||
st.update("arith-patches-success", lp().settings().st().m_patches_success);
|
||||
st.update("arith-hnf-calls", lp().settings().st().m_hnf_cutter_calls);
|
||||
st.update("horner-calls", lp().settings().st().m_horner_calls);
|
||||
st.update("horner-conflicts", lp().settings().st().m_horner_conflicts);
|
||||
st.update("horner-cross-nested-forms", lp().settings().st().m_cross_nested_forms);
|
||||
st.update("nla-explanations", m_stats.m_nla_explanations);
|
||||
st.update("nla-lemmas", m_stats.m_nla_lemmas);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue