Skip to content

Commit

Permalink
-
Browse files Browse the repository at this point in the history
  • Loading branch information
rindPHI committed Apr 15, 2024
1 parent 0ff1628 commit 48a05b4
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/isla/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -142,10 +142,6 @@ def solve(stdout, stderr, parser: ArgumentParser, args: Namespace):
structural_predicates=structural_predicates,
)

assert (
not args.activate_unsat_support
), "UNSAT support is not yet supported by the RepairSolver" # TODO

solver = RepairSolver(
grammar,
constraint,
Expand Down

0 comments on commit 48a05b4

Please sign in to comment.