3
0
Fork 0
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:
Jakob Rath 2022-12-15 14:03:42 +01:00
parent 06a999e219
commit 37536425f4
2 changed files with 36 additions and 2 deletions

View file

@ -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