implementation for encoding or rsLTL (without loop)

This commit is contained in:
Artur Meski
2017-03-05 17:41:26 +01:00
parent 827568e174
commit f70cc0034b
4 changed files with 96 additions and 35 deletions

View File

@@ -369,9 +369,11 @@ class SmtCheckerRSC(object):
"""Bounded Model Checking for rsLTL properties"""
def dummy_unroll(self, levels):
"""Unrolls the variables for testing purposes"""
for i in range(levels):
self.prepare_all_variables()
print(C_MARK_INFO + " Dummy Unrolling done.")
def check_reachability(self, state, print_witness=True,
print_time=True, print_mem=True, max_level=1000):