-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
54 lines (49 loc) · 1.47 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
---
layout: sidebar
---
<h2>The Simple Theorem Prover</h2>
<p>
STP is a constraint solver for the theory of quantifier-free bitvectors that
can solve many kinds of problems generated by program analysis tools, theorem
provers, automated bug finders, cryptographic algorithms, intelligent fuzzers
and model checkers.
</p>
<h2>Features</h2>
<ul>
<li>Easy to embed or run standalone</li>
<li>Bindings for C, C++, and Python</li>
<li>Supports multiple query input formats</li>
<li>Open source and MIT licensed</li>
</ul>
<h2>Awards</h2>
<p>STP's speed and accuracy compare favorably with other solvers in the bitvector (QF_BV) category.</p>
<ul class="fa-ul">
<li>
<span class="fa-li"><i class="fas fa-trophy"></i></span>
1st Single Query — SMTCOMP 2023
</li>
<li>
<span class="fa-li"><i class="fas fa-trophy"></i></span>
1st Single Query UNSAT & Single Query 24sec Performance — SMTCOMP 2022
</li>
<li>
<span class="fa-li"><i class="fas fa-trophy"></i></span>
1st Cloud & Incremental — SMTCOMP 2021
</li>
<li>
<span class="fa-li"><i class="fas fa-trophy"></i></span>
2nd — SMTCOMP 2014
</li>
<li>
<span class="fa-li"><i class="fas fa-trophy"></i></span>
2nd — SMTCOMP 2011
</li>
<li>
<span class="fa-li"><i class="fas fa-trophy"></i></span>
1st — SMTCOMP 2010
</li>
<li>
<span class="fa-li"><i class="fas fa-trophy"></i></span>
1st — SMTCOMP 2006
</li>
</ul>