mirror of
https://github.com/Z3Prover/z3
synced 2025-04-10 03:07:07 +00:00
bool_vector
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
da6297f31f
commit
b9c9687caf
|
@ -37,7 +37,6 @@ namespace sat {
|
|||
clause_filter(unsigned f, clause* cp):
|
||||
m_filter(f), m_clause(cp) {}
|
||||
};
|
||||
typedef bool_vector bool_vector;
|
||||
unsigned m_max_lut_size;
|
||||
vector<svector<clause_filter>> m_clause_filters; // index of clauses.
|
||||
uint64_t m_combination; // bit-mask of parities that have been found
|
||||
|
|
Loading…
Reference in a new issue