mirror of
https://github.com/Z3Prover/z3
synced 2025-08-28 22:18:56 +00:00
This commit is contained in:
parent
cf08cdff9c
commit
2944449884
3 changed files with 16 additions and 14 deletions
|
@ -124,7 +124,7 @@ namespace sat {
|
|||
clause_vector m_clauses;
|
||||
clause_vector m_learned;
|
||||
unsigned m_num_frozen;
|
||||
unsigned_vector m_active_vars, m_free_vars, m_vars_to_reinit;
|
||||
unsigned_vector m_active_vars, m_free_vars, m_vars_to_free, m_vars_to_reinit;
|
||||
vector<watch_list> m_watches;
|
||||
svector<lbool> m_assignment;
|
||||
svector<justification> m_justification;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue