mirror of
https://github.com/Z3Prover/z3
synced 2025-04-23 17:15:31 +00:00
save
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
a81a00a93c
commit
8d3c3ede39
3 changed files with 11 additions and 4 deletions
|
@ -1065,10 +1065,17 @@ namespace polysat {
|
|||
|
||||
void tst_polysat() {
|
||||
|
||||
|
||||
polysat::test_l5();
|
||||
polysat::test_ineq_axiom1();
|
||||
polysat::test_ineq_axiom2();
|
||||
polysat::test_ineq_axiom3();
|
||||
polysat::test_ineq_axiom4();
|
||||
polysat::test_ineq_axiom5();
|
||||
polysat::test_ineq_axiom6();
|
||||
return;
|
||||
|
||||
polysat::test_ineq_basic4();
|
||||
//return;
|
||||
|
||||
polysat::test_ineq_basic6();
|
||||
|
||||
// polysat::test_monot_bounds(8);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue