3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2026-02-22 16:27:37 +00:00

work on nl testing

Signed-off-by: Lev Nachmanson <levnach@hotmail.com>
This commit is contained in:
Lev Nachmanson 2026-02-18 06:33:52 -10:00
parent 7aa1ba1905
commit 05029c6f03
3 changed files with 25 additions and 11 deletions

View file

@ -2505,12 +2505,14 @@ static void tst_unsound_lws_nullified2() {
}
void tst_nlsat() {
tst_unsound_lws_p6236();
std::cout << "------------------\n";
tst_unsound_lws_disc_zero();
std::cout << "------------------\n";
tst_unsound_lws_nullified2();
std::cout << "------------------\n";
tst_unsound_lws_nullified();
std::cout << "------------------\n";
tst_unsound_lws_p6236();
std::cout << "------------------\n";
tst_unsound_lws_ppblockterm();
std::cout << "------------------\n";
tst_unsound_lws_n46();