mirror of
https://github.com/Z3Prover/z3
synced 2025-08-19 09:40:20 +00:00
disable ternary, fixes to propagation, make bv_rewrites for multiplier n-ary
This commit is contained in:
parent
5352a0106d
commit
fe1b4bf5ce
12 changed files with 159 additions and 75 deletions
|
@ -64,7 +64,9 @@ namespace sat {
|
|||
}
|
||||
TRACE("cleanup_bug", tout << "keeping: " << ~to_literal(l_idx) << " " << it2->get_literal() << "\n";);
|
||||
break;
|
||||
#if ENABLE_TERNARY
|
||||
case watched::TERNARY:
|
||||
#endif
|
||||
case watched::CLAUSE:
|
||||
// skip
|
||||
break;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue