working on the encoding for rsLTL, testing functionality

This commit is contained in:
Artur Meski
2017-03-05 12:58:24 +01:00
parent 12fee678f6
commit 827568e174
5 changed files with 36 additions and 5 deletions

View File

@@ -368,10 +368,13 @@ class SmtCheckerRSC(object):
def check_rsltl(self, formula, print_witness=True):
"""Bounded Model Checking for rsLTL properties"""
def dummy_unroll(self, levels):
for i in range(levels):
self.prepare_all_variables()
def check_reachability(self, state, print_witness=True,
print_time=True, print_mem=True, max_level=100):
print_time=True, print_mem=True, max_level=1000):
"""Main testing function"""
if print_time: