3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-08-23 19:47:52 +00:00

Recognize x != k among new literals in lemma

This commit is contained in:
Jakob Rath 2022-09-28 15:16:05 +02:00
parent 6715058876
commit 7be82a36f2
4 changed files with 64 additions and 2 deletions

View file

@ -1408,7 +1408,7 @@ void tst_polysat() {
// test_polysat::test_pop_conflict(); // ok now (had bad conflict/pop interaction)
// test_polysat::test_l1(); // ok
// test_polysat::test_l2(); // TODO: loops
// test_polysat::test_l2(); // ok but enumerates values
// test_polysat::test_l3(); // ok
// test_polysat::test_l4(); // ok now (had assertion failure in conflict::insert)
// test_polysat::test_l4b(); // ok