mirror of
https://github.com/Z3Prover/z3
synced 2025-08-26 04:56:03 +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
|
@ -66,12 +66,12 @@ namespace sat {
|
|||
|
||||
solver& s;
|
||||
config m_config;
|
||||
svector<bool> m_relevant;
|
||||
bool_vector m_relevant;
|
||||
stats m_stats;
|
||||
statistics m_st;
|
||||
unsigned_vector m_eval_cache;
|
||||
unsigned m_eval_ts;
|
||||
svector<bool> m_used_for_evaluation;
|
||||
bool_vector m_used_for_evaluation;
|
||||
|
||||
void clauses2anf(pdd_solver& solver);
|
||||
void anf2clauses(pdd_solver& solver);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue