3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-22 16:45:31 +00:00

investigate bench4

Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
Nikolaj Bjorner 2022-11-26 17:16:03 +07:00
parent a6b49d8b4e
commit e716e507d9

View file

@ -1635,6 +1635,7 @@ void tst_polysat() {
// test_polysat::test_band5_clause();
// test_polysat::test_ineq_axiom1(32, 1);
// test_polysat::test_pop_conflict();
test_polysat::test_ineq_basic4();
// test_polysat::test_l2();
// test_polysat::test_ineq1();
test_polysat::test_ineq2();
@ -1662,6 +1663,8 @@ void tst_polysat() {
set_log_enabled(false);
}
return;
RUN(test_polysat::test_clause_simplify1());
RUN(test_polysat::test_add_conflicts());