Skip to content

Commit

Permalink
Merge branch 'master' into improve-performance-of-w-methods
Browse files Browse the repository at this point in the history
  • Loading branch information
emuskardin authored Jan 20, 2025
2 parents 0a2e145 + a752949 commit 57d27c5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion aalpy/oracles/WpMethodEqOracle.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
from itertools import chain, tee, product
from itertools import chain, product

from aalpy.base.Oracle import Oracle
from aalpy.base.SUL import SUL
Expand Down Expand Up @@ -39,6 +39,7 @@ def first_phase_it(alphabet, state_cover, depth, char_set):
for c in char_set:
yield s + m + c


def second_phase_it(hyp, alphabet, difference, depth):
"""
Return an iterator that generates all possible sequences for the second phase of the Wp-method.
Expand Down

0 comments on commit 57d27c5

Please sign in to comment.