mirror of
https://github.com/Z3Prover/z3
synced 2025-04-10 19:27:06 +00:00
fix build
This commit is contained in:
parent
9e7af79094
commit
346d852bbd
|
@ -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_xor_size;
|
||||
vector<svector<clause_filter>> m_clause_filters; // index of clauses.
|
||||
unsigned m_combination; // bit-mask of parities that have been found
|
||||
|
|
Loading…
Reference in a new issue