Sunday 15 May 2011

z3 - Simplify terms using SMT -


I am using Z3 to check if the words can be satisfied but besides this I would like to use human consumption The conditions need to be simplified eg. When n is an int is simple and (n> 4, n! = 5) n> 5. Does any person know how to do it in Z3 or through other tools? As you probably have already shown the straightforward front of the API to Z3 and you can also use it from SMT. -LIB Z3's tutorials from Rise4fun.com/z3 and rise4fun.com/z3py give many examples of the simpliflower. However, the simplifiers do not try any normal form conversions, so this will not indicate the style you want. In particular this combination does not simplify and (n> 4, n! = 5) n & gt; 5.

No comments:

Post a Comment