diff --git a/usage.html b/usage.html index 2989403..2a604d6 100644 --- a/usage.html +++ b/usage.html @@ -37,11 +37,11 @@

Basic Usage

vampire --mode casc_sat -t 300 problem.p -which will use a set of strategies suited to satisfiable problems (as entered into the most recent CASC competition). +which will use a set of strategies suited to satisfiable problems (as entered into the most recent CASC competition).

-Finally, if your problem is in SMT-LIB format you can run +Finally, if your problem is in SMT-LIB format you can run vampire --input_syntax smtlib2 problem.smt2 @@ -49,7 +49,7 @@

Basic Usage

vampire --mode smtcomp problem.p -to use the latest SMT-COMP schedule, which automatically selects the appropriate input language. +to use the latest SMT-COMP schedule, which automatically selects the appropriate input language.