Skip to content

Commit

Permalink
yosys-smtbmc: add cvc5 to help text.
Browse files Browse the repository at this point in the history
  • Loading branch information
whitequark authored Dec 25, 2024
1 parent 8acc77c commit 1ef4c7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backends/smt2/smtio.py
Original file line number Diff line number Diff line change
Expand Up @@ -1208,7 +1208,7 @@ def handle(self, o, a):
def helpmsg(self):
return """
-s <solver>
set SMT solver: z3, yices, boolector, bitwuzla, cvc4, mathsat, dummy
set SMT solver: z3, yices, boolector, bitwuzla, cvc4, cvc5, mathsat, dummy
default: yices
-S <opt>
Expand Down

0 comments on commit 1ef4c7f

Please sign in to comment.