3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-08-28 22:18:56 +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

@ -106,8 +106,6 @@ namespace sat {
else
m_local_search_mode = local_search_mode::wsat;
m_local_search_dbg_flips = p.local_search_dbg_flips();
//m_binspr = p.binspr();
m_binspr = false; // prevent adventurous users from trying feature that isn't ready
m_anf_simplify = p.anf();
m_anf_delay = p.anf_delay();
m_anf_exlin = p.anf_exlin();