Skip to content

Commit

Permalink
parse_program egglog
Browse files Browse the repository at this point in the history
  • Loading branch information
philzook58 committed Oct 24, 2024
1 parent 00c37c5 commit 8ecf44b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kdrag/solvers/untrusted.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ def __init__(self, debug=False):
def run_cmd(self, cmd: str):
if self.debug:
print(cmd)
commands = self.egraph.parse_program(cmd)
commands = eggbnd.parse_program(cmd)
return self.egraph.run_program(*commands)

def add(self, rule: smt.ExprRef):
Expand Down

0 comments on commit 8ecf44b

Please sign in to comment.