Bugfix: bad variable name for the implementation of the Globally operator

This commit is contained in:
Artur Meski
2017-03-12 14:38:18 +01:00
parent 20f66b5556
commit 5934c6381d

View File

@@ -112,7 +112,7 @@ class rsLTL_Encoder(object):
# level == bound
enc_loops = False
for loop_level in range(1, bound+1):
enc_loops = Or(enc,
enc_loops = Or(enc_loops,
And(
self.loop_position == loop_level,
self.encode_approx(formula, loop_level, bound),