Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions usage.html
Original file line number Diff line number Diff line change
Expand Up @@ -37,19 +37,19 @@ <h2>Basic Usage</h2>
<code>
vampire --mode casc_sat -t 300 problem.p
</code>
which will use a set of strategies suited to satisfiable problems (as entered into the most recent <a href="http://www.cs.miami.edu/~tptp/CASC/">CASC</a> competition).
which will use a set of strategies suited to satisfiable problems (as entered into the most recent <a href="https://www.tptp.org/CASC/">CASC</a> competition).
</p>

<p>
Finally, if your problem is in <a href="http://smtlib.cs.uiowa.edu/">SMT-LIB</a> format you can run
Finally, if your problem is in <a href="https://smtlib.cs.uiowa.edu/">SMT-LIB</a> format you can run
<code>
vampire --input_syntax smtlib2 problem.smt2
</code>
to specify a different input language, or
<code>
vampire --mode smtcomp problem.p
</code>
to use the latest <a href="http://smtcomp.sourceforge.net/">SMT-COMP</a> schedule, which automatically selects the appropriate input language.
to use the latest <a href="https://smt-comp.github.io/">SMT-COMP</a> schedule, which automatically selects the appropriate input language.
</p>

<p>
Expand Down