Semi-working version of parametric MC for rsLTL

This commit is contained in:
Artur Meski
2017-09-17 12:24:07 +01:00
parent f7cfeb43c1
commit 9297a7caf7
4 changed files with 188 additions and 117 deletions

View File

@@ -18,7 +18,7 @@ import resource
profiling = False
##################################################################
##################################################################
version = "2017/04/08/00"
rsmc_banner = """
@@ -28,24 +28,26 @@ Version: """ + version + """
Author: Artur Męski <meski@ipipan.waw.pl> / <artur.meski@ncl.ac.uk>
"""
##################################################################
##################################################################
def print_banner():
print()
for line in rsmc_banner.split("\n"):
print(colour_str(C_GREEN, " " + 3*"-" + " "), line)
print(colour_str(C_GREEN, " " + 3 * "-" + " "), line)
print()
##################################################################
##################################################################
def main():
"""Main function"""
print_banner()
rs_testing.run_tests()
##################################################################
##################################################################
if __name__ == "__main__":
try:
if profiling: