From 05d3a88cf011b37eab423669a040edab1d41021e Mon Sep 17 00:00:00 2001 From: Sankalp Gambhir Date: Wed, 9 Aug 2023 10:26:19 +0200 Subject: [PATCH] Update SMT and CASC links --- usage.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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.