mirror of
https://github.com/Z3Prover/z3
synced 2026-02-23 16:57:51 +00:00
remove binspr experiment
This commit is contained in:
parent
8d2b9b41fd
commit
d3183fafc7
8 changed files with 0 additions and 605 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue