3
0
Fork 0
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:
Nikolaj Bjorner 2017-10-19 22:19:05 -07:00
parent 636f740b1a
commit 76eed064eb
16 changed files with 333 additions and 234 deletions

View file

@ -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),