Wrap up SAT/SMT
This commit is contained in:
		| @@ -1,6 +1,6 @@ | ||||
| <!DOCTYPE html> | ||||
| <html lang="en-us" dir="ltr"> | ||||
| <head><script src="/livereload.js?mindelay=10&v=2&port=1313&path=livereload" data-no-instant defer></script> | ||||
| <head> | ||||
|   <meta charset="utf-8"> | ||||
|  | ||||
| <meta name="viewport" content ="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no"> | ||||
| @@ -14,16 +14,16 @@ | ||||
| <meta property="og:type" content="article"> | ||||
| <meta property="og:title" content="Actively Maintained"> | ||||
| <meta property="og:description" content=""> | ||||
| <meta property="og:url" content="http://localhost:1313/maintenance/actively-maintained/"> | ||||
| <meta property="og:url" content="https://example.org/maintenance/actively-maintained/"> | ||||
| <meta property="og:image" content="images/%!s(<nil>)"> | ||||
| <link rel="canonical" href="http://localhost:1313/maintenance/actively-maintained/"> | ||||
| <link rel="canonical" href="https://example.org/maintenance/actively-maintained/"> | ||||
|  | ||||
| <link rel="apple-touch-icon" sizes="180x180" href='http://localhost:1313/apple-touch-icon.png'> | ||||
| <link rel="icon" type="image/png" sizes="32x32" href='http://localhost:1313/favicon-32x32.png'> | ||||
| <link rel="icon" type="image/png" sizes='16x16' href='http://localhost:1313/favicon-16x16.png'> | ||||
| <link rel="manifest" href='http://localhost:1313/site.webmanifest'> | ||||
| <link rel="apple-touch-icon" sizes="180x180" href='https://example.org/apple-touch-icon.png'> | ||||
| <link rel="icon" type="image/png" sizes="32x32" href='https://example.org/favicon-32x32.png'> | ||||
| <link rel="icon" type="image/png" sizes='16x16' href='https://example.org/favicon-16x16.png'> | ||||
| <link rel="manifest" href='https://example.org/site.webmanifest'> | ||||
|  | ||||
| <link rel="stylesheet" href="http://localhost:1313/css/styles.8b49a669b444200848aa2fc88c4dc95a3d61d6c822e7ad08eecab8049173e085d2bfa16bf17fa8ec14eb95bb1f04f9a822b2fc4836b4d329140ddd03444ca0bf.css" integrity="sha512-i0mmabREIAhIqi/IjE3JWj1h1sgi560I7sq4BJFz4IXSv6Fr8X+o7BTrlbsfBPmoIrL8SDa00ykUDd0DREygvw=="> | ||||
| <link rel="stylesheet" href="https://example.org/css/styles.e5b470edf89c3e1b9498ce83a3fd0a2e73e9d06958e2c3a1af8d89781f9f2bf612b21d5e45ab8f4aef773661de2529437838673a136797a6a8aaab7759f94ded.css" integrity="sha512-5bRw7ficPhuUmM6Do/0KLnPp0GlY4sOhr42JeB+fK/YSsh1eRauPSu93NmHeJSlDeDhnOhNnl6aoqqt3WflN7Q=="> | ||||
|  | ||||
|   <link href="/css/fontawesome.css" rel="stylesheet" /> | ||||
|   <link href="/css/brands.css" rel="stylesheet" /> | ||||
| @@ -81,8 +81,85 @@ | ||||
|     </thead> | ||||
|     <tbody> | ||||
|        | ||||
|         <tr onclick="window.location='\/tools\/smt-rat\/'" style="cursor:pointer;"></tr> | ||||
|           <td class="tool"><a href="/tools/smt-rat/">SMT-RAT</a></td> | ||||
|         <tr onclick="window.location='\/tools\/sat-smt\/bitwuzla\/'" style="cursor:pointer;"> | ||||
|           <td class="tool"><a href="/tools/sat-smt/bitwuzla/">Bitwuzla</a></td> | ||||
|           <td class="description">Bitwuzla is a Satisfiability Modulo Theories (SMT) solver for the theories of fixed-size …</td> | ||||
|            | ||||
|            | ||||
|            | ||||
|         </tr> | ||||
|        | ||||
|         <tr onclick="window.location='\/tools\/sat-smt\/colibri\/'" style="cursor:pointer;"> | ||||
|           <td class="tool"><a href="/tools/sat-smt/colibri/">Colibri</a></td> | ||||
|           <td class="description">Colibri is an SMT solver. | ||||
| </td> | ||||
|            | ||||
|            | ||||
|            | ||||
|         </tr> | ||||
|        | ||||
|         <tr onclick="window.location='\/tools\/sat-smt\/cryptominisat\/'" style="cursor:pointer;"> | ||||
|           <td class="tool"><a href="/tools/sat-smt/cryptominisat/">CryptoMiniSat</a></td> | ||||
|           <td class="description">CryptoMiniSat is a SAT solver. | ||||
| APIs and Bindings This tool is available through the following …</td> | ||||
|            | ||||
|            | ||||
|            | ||||
|         </tr> | ||||
|        | ||||
|         <tr onclick="window.location='\/tools\/sat-smt\/cvc5\/'" style="cursor:pointer;"> | ||||
|           <td class="tool"><a href="/tools/sat-smt/cvc5/">cvc5</a></td> | ||||
|           <td class="description">cvc5 is an automatic theorem prover for SMT problems. | ||||
| </td> | ||||
|            | ||||
|            | ||||
|            | ||||
|         </tr> | ||||
|        | ||||
|         <tr onclick="window.location='\/tools\/sat-smt\/glucose\/'" style="cursor:pointer;"> | ||||
|           <td class="tool"><a href="/tools/sat-smt/glucose/">Glucose</a></td> | ||||
|           <td class="description">Glucose is a SAT solver. | ||||
| </td> | ||||
|            | ||||
|            | ||||
|            | ||||
|         </tr> | ||||
|        | ||||
|         <tr onclick="window.location='\/tools\/sat-smt\/lingeling\/'" style="cursor:pointer;"> | ||||
|           <td class="tool"><a href="/tools/sat-smt/lingeling/">Lingeling</a></td> | ||||
|           <td class="description">Lingeling is a SAT solver. | ||||
| </td> | ||||
|            | ||||
|            | ||||
|            | ||||
|         </tr> | ||||
|        | ||||
|         <tr onclick="window.location='\/tools\/sat-smt\/mathsat\/'" style="cursor:pointer;"> | ||||
|           <td class="tool"><a href="/tools/sat-smt/mathsat/">MathSAT</a></td> | ||||
|           <td class="description"> [ Closed-Source Tool ]  MiniSat is a minimalistic, open-source SAT solver, developed to help …</td> | ||||
|            | ||||
|            | ||||
|            | ||||
|         </tr> | ||||
|        | ||||
|         <tr onclick="window.location='\/tools\/sat-smt\/opensmt\/'" style="cursor:pointer;"> | ||||
|           <td class="tool"><a href="/tools/sat-smt/opensmt/">OpenSMT</a></td> | ||||
|           <td class="description">OpenSMT is a compact and open-source SMT-solver written in C++, with the main goal of making …</td> | ||||
|            | ||||
|            | ||||
|            | ||||
|         </tr> | ||||
|        | ||||
|         <tr onclick="window.location='\/tools\/sat-smt\/parafrost\/'" style="cursor:pointer;"> | ||||
|           <td class="tool"><a href="/tools/sat-smt/parafrost/">ParaFROST</a></td> | ||||
|           <td class="description">ParaFROST is a parallel SAT solver with GPU-accelerated inprocessing capable of harnessing NVIDIA …</td> | ||||
|            | ||||
|            | ||||
|            | ||||
|         </tr> | ||||
|        | ||||
|         <tr onclick="window.location='\/tools\/sat-smt\/smt-rat\/'" style="cursor:pointer;"> | ||||
|           <td class="tool"><a href="/tools/sat-smt/smt-rat/">SMT-RAT</a></td> | ||||
|           <td class="description">SMT-RAT is an SMT Real Algebra Toolbox. | ||||
| APIs and Bindings This tool is available through the …</td> | ||||
|            | ||||
| @@ -90,8 +167,8 @@ APIs and Bindings This tool is available through the …</td> | ||||
|            | ||||
|         </tr> | ||||
|        | ||||
|         <tr onclick="window.location='\/tools\/smtinterpol\/'" style="cursor:pointer;"></tr> | ||||
|           <td class="tool"><a href="/tools/smtinterpol/">SMTInterpol</a></td> | ||||
|         <tr onclick="window.location='\/tools\/sat-smt\/smtinterpol\/'" style="cursor:pointer;"> | ||||
|           <td class="tool"><a href="/tools/sat-smt/smtinterpol/">SMTInterpol</a></td> | ||||
|           <td class="description">SMTInterpol is an SMT Solver that can compute Craig interpolants for various theories. | ||||
| APIs and …</td> | ||||
|            | ||||
| @@ -99,8 +176,8 @@ APIs and …</td> | ||||
|            | ||||
|         </tr> | ||||
|        | ||||
|         <tr onclick="window.location='\/tools\/stp\/'" style="cursor:pointer;"></tr> | ||||
|           <td class="tool"><a href="/tools/stp/">STP</a></td> | ||||
|         <tr onclick="window.location='\/tools\/sat-smt\/stp\/'" style="cursor:pointer;"> | ||||
|           <td class="tool"><a href="/tools/sat-smt/stp/">STP</a></td> | ||||
|           <td class="description">STP is a constraint solver for quantifier-free bitvectors. | ||||
| APIs and Bindings This tool is available …</td> | ||||
|            | ||||
| @@ -108,24 +185,24 @@ APIs and Bindings This tool is available …</td> | ||||
|            | ||||
|         </tr> | ||||
|        | ||||
|         <tr onclick="window.location='\/tools\/verit\/'" style="cursor:pointer;"></tr> | ||||
|           <td class="tool"><a href="/tools/verit/">veriT</a></td> | ||||
|         <tr onclick="window.location='\/tools\/sat-smt\/verit\/'" style="cursor:pointer;"> | ||||
|           <td class="tool"><a href="/tools/sat-smt/verit/">veriT</a></td> | ||||
|           <td class="description">veriT is an SMT solver developed by LORIA and ULiege. It supports a wide range of theories and is …</td> | ||||
|            | ||||
|            | ||||
|            | ||||
|         </tr> | ||||
|        | ||||
|         <tr onclick="window.location='\/tools\/yices\/'" style="cursor:pointer;"></tr> | ||||
|           <td class="tool"><a href="/tools/yices/">Yices 2</a></td> | ||||
|         <tr onclick="window.location='\/tools\/sat-smt\/yices\/'" style="cursor:pointer;"> | ||||
|           <td class="tool"><a href="/tools/sat-smt/yices/">Yices 2</a></td> | ||||
|           <td class="description">Yices is an SMT solver developed by SRI International. It is widely used for checking the …</td> | ||||
|            | ||||
|            | ||||
|            | ||||
|         </tr> | ||||
|        | ||||
|         <tr onclick="window.location='\/tools\/z3\/'" style="cursor:pointer;"></tr> | ||||
|           <td class="tool"><a href="/tools/z3/">Z3</a></td> | ||||
|         <tr onclick="window.location='\/tools\/sat-smt\/z3\/'" style="cursor:pointer;"> | ||||
|           <td class="tool"><a href="/tools/sat-smt/z3/">Z3</a></td> | ||||
|           <td class="description">Z3 is a general-purpose theorem prover widely used for SAT & SMT solving. | ||||
| APIs and Bindings This …</td> | ||||
|            | ||||
|   | ||||
		Reference in New Issue
	
	Block a user