mirror of
https://github.com/Z3Prover/z3
synced 2025-08-03 09:50:23 +00:00
bug fixes, prepare for retaining blocked clauses
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
636f740b1a
commit
76eed064eb
16 changed files with 333 additions and 234 deletions
|
@ -29,6 +29,7 @@ namespace sat {
|
|||
m_capacity(sz),
|
||||
m_removed(false),
|
||||
m_learned(learned),
|
||||
m_blocked(false),
|
||||
m_used(false),
|
||||
m_frozen(false),
|
||||
m_reinit_stack(false),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue