mirror of
https://github.com/Z3Prover/z3
synced 2025-04-22 16:45:31 +00:00
qfbv-sls tactic bugfix
Signed-off-by: Christoph M. Wintersteiger <cwinter@microsoft.com>
This commit is contained in:
parent
5be4365b47
commit
8a44766382
1 changed files with 1 additions and 0 deletions
|
@ -1343,6 +1343,7 @@ class sls_tactic : public tactic {
|
|||
m_zero(m_mpz_manager.mk_z(0)),
|
||||
m_one(m_mpz_manager.mk_z(1)),
|
||||
m_two(m_mpz_manager.mk_z(2)),
|
||||
m_cancel(false),
|
||||
m_bv_util(m),
|
||||
m_tracker(m, m_bv_util, m_mpz_manager, m_powers)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue