mirror of
https://github.com/Z3Prover/z3
synced 2025-04-24 01:25:31 +00:00
parent
7a946fd9d0
commit
32968fa41c
4 changed files with 28 additions and 15 deletions
|
@ -7,7 +7,7 @@
|
|||
|
||||
Abstract:
|
||||
|
||||
xor finderities
|
||||
xor finder
|
||||
|
||||
Author:
|
||||
|
||||
|
@ -25,9 +25,6 @@ namespace sat {
|
|||
|
||||
void xor_finder::operator()(clause_vector& clauses) {
|
||||
m_removed_clauses.reset();
|
||||
if (!s.get_config().m_xor_solver) {
|
||||
return;
|
||||
}
|
||||
unsigned max_size = m_max_xor_size;
|
||||
// we better have enough bits in the combination mask to
|
||||
// handle clauses up to max_size.
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
|
||||
Abstract:
|
||||
|
||||
xor finderities
|
||||
xor finder
|
||||
|
||||
Author:
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue