mirror of
https://github.com/Z3Prover/z3
synced 2025-04-23 17:15:31 +00:00
Encode 2^k*x as (bvshl x k) in the fallback solver
This commit is contained in:
parent
06a999e219
commit
37536425f4
2 changed files with 36 additions and 2 deletions
|
@ -1661,7 +1661,8 @@ void tst_polysat() {
|
|||
// test_polysat::test_parity1b();
|
||||
// test_polysat::test_parity2();
|
||||
// test_polysat::test_parity3();
|
||||
test_polysat::test_parity4();
|
||||
// test_polysat::test_parity4();
|
||||
// test_polysat::test_parity4(32);
|
||||
test_polysat::test_parity4(256);
|
||||
// test_polysat::test_ineq2();
|
||||
// test_polysat::test_ineq_non_axiom4(32, 3); // stuck in viable refinement loop
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue