Skip to content
Snippets Groups Projects
Commit a1be9c6c authored by Manos Koukoutos's avatar Manos Koukoutos
Browse files

Default CVC4 options are empty

parent b110b833
Branches
Tags
No related merge requests found
...@@ -190,7 +190,7 @@ object SMTLIBCVC4Component extends LeonComponent { ...@@ -190,7 +190,7 @@ object SMTLIBCVC4Component extends LeonComponent {
val optCVC4Options = new LeonOptionDef[Set[String]] { val optCVC4Options = new LeonOptionDef[Set[String]] {
val name = "solver:cvc4" val name = "solver:cvc4"
val description = "Pass extra arguments to CVC4" val description = "Pass extra arguments to CVC4"
val default = Set("") val default = Set[String]()
val parser = setParser(stringParser) val parser = setParser(stringParser)
val usageRhs = "<cvc4-opt>" val usageRhs = "<cvc4-opt>"
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment