mirror of
https://github.com/Z3Prover/z3
synced 2025-04-29 11:55:51 +00:00
redo fixed bits, add simplifications to intblast solver
This commit is contained in:
parent
c4b7061590
commit
30c0771d24
11 changed files with 127 additions and 121 deletions
|
@ -75,6 +75,9 @@ namespace polysat {
|
|||
void solver::collect_statistics(statistics& st) const {
|
||||
m_intblast.collect_statistics(st);
|
||||
m_core.collect_statistics(st);
|
||||
st.update("polysat-conflicts", m_stats.m_num_conflicts);
|
||||
st.update("polysat-axioms", m_stats.m_num_axioms);
|
||||
st.update("polysat-propagations", m_stats.m_num_propagations);
|
||||
}
|
||||
|
||||
std::ostream& solver::display_justification(std::ostream& out, sat::ext_justification_idx idx) const {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue