Skip to content

Commit

Permalink
update name of the oracle wrapper where user can provide test sequances
Browse files Browse the repository at this point in the history
  • Loading branch information
emuskardin committed Aug 31, 2023
1 parent d2ac2ce commit 317014c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
from aalpy.base import Oracle, SUL


class ProvidedCexOracleWrapper(Oracle):
class ProvidedSequencesOracleWrapper(Oracle):
def __init__(self, alphabet: list, sul: SUL, oracle: Oracle, provided_counterexamples: list):
"""
Oracle wrapper which first executes provided sequences (possible counterexamples) and then switches to another
Expand Down

0 comments on commit 317014c

Please sign in to comment.