3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-23 17:15:31 +00:00

adding watches on Booleans

Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
Nikolaj Bjorner 2021-09-16 22:01:34 +01:00
parent c25fd71bf4
commit f01da40e49
7 changed files with 130 additions and 54 deletions

View file

@ -869,8 +869,8 @@ namespace polysat {
void tst_polysat() {
// not working
// polysat::test_fixed_point_arith_div_mul_inverse();
polysat::test_cjust();
//polysat::test_monot_bounds_simple(8);
// polysat::test_cjust();
polysat::test_monot_bounds_simple(8);
return;