mirror of
https://github.com/Z3Prover/z3
synced 2025-07-20 03:12:03 +00:00
local
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
abb13f8c76
commit
d4a24aff1e
5 changed files with 11 additions and 3 deletions
|
@ -38,6 +38,8 @@ namespace smt {
|
|||
st.update("arith gcd tests", m_stats.m_gcd_tests);
|
||||
st.update("arith ineq splits", m_stats.m_branches);
|
||||
st.update("arith gomory cuts", m_stats.m_gomory_cuts);
|
||||
st.update("arith branch int", m_stats.m_branch_infeasible_int);
|
||||
st.update("arith branch var", m_stats.m_branch_infeasible_var);
|
||||
st.update("arith patches", m_stats.m_patches);
|
||||
st.update("arith patches_succ", m_stats.m_patches_succ);
|
||||
st.update("arith max-min", m_stats.m_max_min);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue