rebuild after many tool additions

This commit is contained in:
2025-06-23 14:05:05 -06:00
parent 83b1d40c15
commit dff0d58ccc
189 changed files with 31636 additions and 197 deletions

View File

@@ -146,6 +146,24 @@
</tr>
<tr onclick="window.location='\/tools\/sat-smt\/lean\/'" style="cursor:pointer;">
<td class="tool"><a href="/tools/sat-smt/lean/">LEAN</a></td>
<td class="description">cvc5 is an automatic theorem prover for SMT problems.
</td>
</tr>
<tr onclick="window.location='\/tools\/mc\/pypl\/'" style="cursor:pointer;">
<td class="tool"><a href="/tools/mc/pypl/">pyPL</a></td>
<td class="description">pyPL is a naive model generator, model checker and theorem prover.
</td>
</tr>
<tr onclick="window.location='\/tools\/sat-smt\/stp\/'" style="cursor:pointer;">