mirror of
https://github.com/Z3Prover/z3
synced 2025-07-31 16:33:18 +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
|
@ -3886,6 +3886,7 @@ public:
|
|||
st.update("arith-gomory-cuts", m_stats.m_gomory_cuts);
|
||||
st.update("arith-assume-eqs", m_stats.m_assume_eqs);
|
||||
st.update("arith-branch", m_stats.m_branch);
|
||||
st.update("arith-cheap-eqs", lp().settings().stats().m_cheap_eqs);
|
||||
}
|
||||
|
||||
/*
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue