Skip to content
Snippets Groups Projects
Commit 0b93929a authored by aastorg2's avatar aastorg2
Browse files

adding command to copy frsh file before execution

parent 7fe9ca33
No related branches found
No related tags found
No related merge requests found
......@@ -11,7 +11,7 @@ class SygusLearner(LearnerBase):
def __init__(self, state_dim, perc_dim, timeout=10000):
self.file = 'shapes_split.sl'
self.template_file = 'template_sygus.sl'
shutil.copyfile(self.template_file, self.file )
shutil.copyfile(self.template_file, self.file)
def set_grammar(self, grammar) -> None:
raise NotImplementedError
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment