3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-08-29 14:30:07 +00:00

add extra fields to nlsat-clause

This commit is contained in:
Nikolaj Bjorner 2024-04-30 17:00:05 -07:00
parent 39dc8861ee
commit 4c070f9e76
2 changed files with 17 additions and 5 deletions

View file

@ -25,7 +25,10 @@ namespace nlsat {
m_size(sz),
m_capacity(sz),
m_learned(learned),
m_activity(0),
m_active(false),
m_removed(false),
m_marked(false),
m_var_hash(0),
m_assumptions(as) {
for (unsigned i = 0; i < sz; i++) {
m_lits[i] = lits[i];