3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2026-02-23 16:57:51 +00:00

remove binspr experiment

This commit is contained in:
Nikolaj Bjorner 2025-01-12 13:39:26 -08:00
parent 8d2b9b41fd
commit d3183fafc7
8 changed files with 0 additions and 605 deletions

View file

@ -54,7 +54,6 @@ namespace sat {
m_asymm_branch(*this, p),
m_probing(*this, p),
m_mus(*this),
m_binspr(*this),
m_inconsistent(false),
m_searching(false),
m_conflict(justification(0)),
@ -2099,10 +2098,6 @@ namespace sat {
m_par->to_solver(*this);
}
if (m_config.m_binspr && !inconsistent()) {
m_binspr();
}
if (m_config.m_anf_simplify && m_simplifications > m_config.m_anf_delay && !inconsistent()) {
anf_simplifier anf(*this);
anf_simplifier::config cfg;