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:
parent
c25fd71bf4
commit
f01da40e49
7 changed files with 130 additions and 54 deletions
|
@ -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;
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue