mirror of
https://github.com/Z3Prover/z3
synced 2025-08-03 09:50:23 +00:00
initialize glue in constructor to ensure it gets set
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
f7e14b3283
commit
d8a2e9d008
4 changed files with 12 additions and 16 deletions
|
@ -33,7 +33,9 @@ namespace sat {
|
|||
m_used(false),
|
||||
m_frozen(false),
|
||||
m_reinit_stack(false),
|
||||
m_inact_rounds(0) {
|
||||
m_inact_rounds(0),
|
||||
m_glue(255),
|
||||
m_psm(255) {
|
||||
memcpy(m_lits, lits, sizeof(literal) * sz);
|
||||
mark_strengthened();
|
||||
SASSERT(check_approx());
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue