mirror of
https://github.com/Z3Prover/z3
synced 2026-01-25 11:34:01 +00:00
added Karr test
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
5598f334d4
commit
75eca46d93
6 changed files with 238 additions and 9 deletions
|
|
@ -253,7 +253,7 @@ static void saturate_basis(hilbert_basis& hb) {
|
|||
case l_true:
|
||||
std::cout << "sat\n";
|
||||
hb.display(std::cout);
|
||||
validate_sat(hb);
|
||||
//validate_sat(hb);
|
||||
break;
|
||||
case l_false:
|
||||
std::cout << "unsat\n";
|
||||
|
|
@ -523,6 +523,9 @@ void tst_hilbert_basis() {
|
|||
tst4();
|
||||
tst4();
|
||||
tst4();
|
||||
tst4();
|
||||
tst4();
|
||||
tst4();
|
||||
tst5();
|
||||
tst6();
|
||||
tst7();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue