3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-28 11:25:51 +00:00
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
Nikolaj Bjorner 2021-05-01 14:26:22 -07:00
parent 57a7bef96b
commit 501dbd9475
3 changed files with 1 additions and 9 deletions

View file

@ -162,8 +162,8 @@ namespace polysat {
auto const& row = m_rows[rid];
make_basic(v, row);
#endif
}
#endif
}
/**
@ -595,8 +595,4 @@ namespace polysat {
st.update("fixplex num infeasible", m_stats.m_num_infeasible);
st.update("fixplex num checks", m_stats.m_num_checks);
}
}