You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: popper/loop.py
+12-5Lines changed: 12 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -291,7 +291,8 @@ def run(self, bkcons):
291
291
# print('\t', 'moo', format_rule(rule))
292
292
# new_cons.append((Constraint.SPECIALISATION, [functional_rename_vars(rule) for rule in x]))
293
293
294
-
# If a program is subsumed or dioesn't cover enough examples, we search for the most general subprogram that also is also subsumed or doesn't cover enough examples
294
+
# If a program is subsumed or doesn't cover enough examples, we search for the most general
295
+
# subprogram that is also subsumed or doesn't cover enough examples
295
296
# only applies to non-recursive and non-PI programs
296
297
subsumed_progs= []
297
298
withsettings.stats.duration('find most general subsumed/covers_too_few'):
0 commit comments