Bugfix: bad variable name for the implementation of the Globally operator
This commit is contained in:
@@ -112,7 +112,7 @@ class rsLTL_Encoder(object):
|
|||||||
# level == bound
|
# level == bound
|
||||||
enc_loops = False
|
enc_loops = False
|
||||||
for loop_level in range(1, bound+1):
|
for loop_level in range(1, bound+1):
|
||||||
enc_loops = Or(enc,
|
enc_loops = Or(enc_loops,
|
||||||
And(
|
And(
|
||||||
self.loop_position == loop_level,
|
self.loop_position == loop_level,
|
||||||
self.encode_approx(formula, loop_level, bound),
|
self.encode_approx(formula, loop_level, bound),
|
||||||
|
|||||||
Reference in New Issue
Block a user