3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-08-23 11:37:54 +00:00

Polysat: refactor constraints (#5372)

* Refactor: remove sign and dep from constraint

* fix some bugs

* improve log messages

* Add missing premises to lemma

* Rename getter in an attempt to fix linux build
This commit is contained in:
Jakob Rath 2021-06-25 20:04:25 +02:00 committed by GitHub
parent a0b0c1f428
commit 3436b52c4a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
16 changed files with 435 additions and 325 deletions

View file

@ -833,8 +833,8 @@ namespace polysat {
void tst_polysat() {
polysat::test_monot_bounds(8);
// polysat::test_monot_bounds_simple(8);
// polysat::test_monot_bounds(8);
polysat::test_monot_bounds_simple(8);
return;
polysat::test_add_conflicts();