mirror of
https://github.com/Z3Prover/z3
synced 2025-08-20 02:00:22 +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
|
@ -42,7 +42,7 @@ namespace smt {
|
|||
ast_manager & m_manager;
|
||||
bool m_conservative;
|
||||
unsigned m_num_vars;
|
||||
svector<bool> m_already_found; // mapping from var_idx -> bool
|
||||
bool_vector m_already_found; // mapping from var_idx -> bool
|
||||
vector<enode_set> m_candidates; // mapping from var_idx -> set of candidates
|
||||
vector<enode_set> m_tmp_candidates; // auxiliary mapping from var_idx -> set of candidates
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue