mirror of
https://github.com/Z3Prover/z3
synced 2025-08-10 21:20:52 +00:00
bool_vector, some spacer tidy
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
2ed26e8e73
commit
b889b110ee
106 changed files with 239 additions and 266 deletions
|
@ -59,7 +59,7 @@ namespace sat {
|
|||
clause_allocator m_alloc;
|
||||
clause_vector m_clause_db;
|
||||
svector<clause_info> m_clauses;
|
||||
svector<bool> m_values, m_best_values;
|
||||
bool_vector m_values, m_best_values;
|
||||
unsigned m_best_min_unsat;
|
||||
vector<unsigned_vector> m_use_list;
|
||||
unsigned_vector m_flat_use_list;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue