reset & initialise methods for SMT Checker; fixed some typos for rsLTL

This commit is contained in:
Artur Meski
2017-03-12 23:33:04 +01:00
parent 05557440a0
commit 7f6ea619b2
4 changed files with 40 additions and 12 deletions

View File

@@ -50,7 +50,7 @@ class Formula_rsLTL(object):
@classmethod
def f_X(cls, sub, arg):
return cls(rsLTL_form_type.next, L_oper = arg, sub_oper = sub)
return cls(rsLTL_form_type.t_next, L_oper = arg, sub_oper = sub)
@classmethod
def f_G(cls, sub, arg):