parameter variables; some cleanup

This commit is contained in:
Artur Meski
2017-09-10 21:47:57 +01:00
parent 72dfd3b41a
commit dab97e9dae
4 changed files with 102 additions and 49 deletions

View File

@@ -48,7 +48,7 @@ def trivial_param():
#
# WARNING: depth limit is set
#
smt_rsc.check_rsltl(formula=f1, max_level=5)
smt_rsc.check_rsltl(formula=f1, max_level=10, print_witness=True)
def example44_param():