Skip to content

Commit 1ef4c7f

Browse files
authored
yosys-smtbmc: add cvc5 to help text.
1 parent 8acc77c commit 1ef4c7f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

backends/smt2/smtio.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1208,7 +1208,7 @@ def handle(self, o, a):
12081208
def helpmsg(self):
12091209
return """
12101210
-s <solver>
1211-
set SMT solver: z3, yices, boolector, bitwuzla, cvc4, mathsat, dummy
1211+
set SMT solver: z3, yices, boolector, bitwuzla, cvc4, cvc5, mathsat, dummy
12121212
default: yices
12131213
12141214
-S <opt>

0 commit comments

Comments
 (0)