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:
parent
7aa1ba1905
commit
05029c6f03
3 changed files with 25 additions and 11 deletions
|
|
@ -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();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue