mirror of
https://github.com/Z3Prover/z3
synced 2026-03-01 19:26:53 +00:00
adding option to selectively enable bcd
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
60d7872cc8
commit
83a0611cb9
4 changed files with 5 additions and 0 deletions
|
|
@ -428,6 +428,8 @@ namespace sat {
|
|||
|
||||
|
||||
void bceq::operator()() {
|
||||
if (!m_solver.m_config.m_bcd) return;
|
||||
flet<bool> _disable_bcd(m_solver.m_config.m_bcd, false);
|
||||
use_list ul;
|
||||
solver s(m_solver.m_params, 0);
|
||||
m_use_list = &ul;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue