diff --git a/src/Options.cc b/src/Options.cc index 93be00d8..35916806 100644 --- a/src/Options.cc +++ b/src/Options.cc @@ -35,15 +35,15 @@ void printUsage() { "--version Print version number of Golem\n" "-l,--logic SMT-LIB logic to use (required); possible values: QF_LRA, QF_LIA\n" "-e,--engine Select engine to use; supported engines:\n" - " bmc - Bounded Model Checking (only transition systems)\n" - " imc - McMillan's original Interpolation-based model checking (only transition systems)\n" + " bmc - Bounded Model Checking (only linear systems)\n" + " imc - McMillan's original Interpolation-based model checking (only linear systems)\n" " kind - basic k-induction algorithm (only transition systems)\n" - " lawi - Lazy Abstraction with Interpolants (only linear CHC systems)\n" - " pa - basic predicate abstraction (any CHC system)\n" - " pdkind - Property directed k-induction\n" - " spacer - custom implementation of Spacer (any CHC system)\n" - " split-tpa - Split Transition Power Abstraction (only transition systems)\n" - " tpa - Transition Power Abstraction (only transition systems)\n" + " lawi - Lazy Abstraction with Interpolants (only linear systems)\n" + " pa - basic predicate abstraction with CEGAR (any system)\n" + " pdkind - Property directed k-induction (only linear systems)\n" + " spacer - custom implementation of Spacer (any system)\n" + " split-tpa - Split Transition Power Abstraction (only linear systems)\n" + " tpa - Transition Power Abstraction (only linear systems)\n" "--validate Internally validate computed solution\n" "--print-witness Print computed solution\n" "--proof-format Proof format to use; supported formats:\n"