Skip to content

Commit

Permalink
Merge pull request #24 from potassco/nico/wip
Browse files Browse the repository at this point in the history
renamed encoding
  • Loading branch information
nrueh authored Jul 10, 2024
2 parents 32f7317 + e66b99a commit 82a5474
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/coomsuite/application.py
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ def main(self, control: Control, files: Sequence[str]) -> None:
if self._show:
print("\n".join(processed_facts)) # nocoverage
else:
encoding = get_encoding(f"encoding-{self._solver}.lp")
encoding = get_encoding(f"encoding-base-{self._solver}.lp")
facts = "".join(processed_facts)
if self._solver == "clingo":

Expand Down
File renamed without changes.
File renamed without changes.

0 comments on commit 82a5474

Please sign in to comment.