Skip to content
Snippets Groups Projects
Commit 85e73bfa authored by Etienne Kneuss's avatar Etienne Kneuss
Browse files

Mention smt-cvc4 in help as a viable solver

parent a805cfbb
No related branches found
No related tags found
No related merge requests found
...@@ -37,7 +37,7 @@ object Main { ...@@ -37,7 +37,7 @@ object Main {
LeonFlagOptionDef ("synthesis", "--synthesis", "Partial synthesis of choose() constructs"), LeonFlagOptionDef ("synthesis", "--synthesis", "Partial synthesis of choose() constructs"),
LeonFlagOptionDef ("xlang", "--xlang", "Support for extra program constructs (imperative,...)"), LeonFlagOptionDef ("xlang", "--xlang", "Support for extra program constructs (imperative,...)"),
LeonFlagOptionDef ("watch", "--watch", "Rerun pipeline when file changes"), LeonFlagOptionDef ("watch", "--watch", "Rerun pipeline when file changes"),
LeonValueOptionDef("solvers", "--solvers=s1,s2", "Use solvers s1 and s2 (fairz3,enum,smt)"), LeonValueOptionDef("solvers", "--solvers=s1,s2", "Use solvers s1 and s2 (fairz3,enum,smt-z3,smt-cvc4)"),
LeonValueOptionDef("debug", "--debug=<sections..>", "Enables specific messages"), LeonValueOptionDef("debug", "--debug=<sections..>", "Enables specific messages"),
LeonFlagOptionDef ("noop", "--noop", "No operation performed, just output program"), LeonFlagOptionDef ("noop", "--noop", "No operation performed, just output program"),
LeonFlagOptionDef ("help", "--help", "Show help") LeonFlagOptionDef ("help", "--help", "Show help")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment