342 lines
		
	
	
		
			7.1 KiB
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			342 lines
		
	
	
		
			7.1 KiB
		
	
	
	
		
			HTML
		
	
	
	
	
	
| <!DOCTYPE html>
 | |
| <html lang="en-us" dir="ltr">
 | |
| <head>
 | |
|   <meta charset="utf-8">
 | |
| 
 | |
| <meta name="viewport" content ="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
 | |
| <meta http-equiv="X-UA-Compatible" content="IE=edge">
 | |
| 
 | |
| <title>OpenSMT | Formal Methods Tools</title>
 | |
| 
 | |
| 
 | |
| <meta name="keywords" content="Formal Methods Tools">
 | |
| <meta property="og:locale" content='en_US'>
 | |
| <meta property="og:type" content="article">
 | |
| <meta property="og:title" content="OpenSMT">
 | |
| <meta property="og:description" content="OpenSMT is a compact and open-source SMT-solver written in C++, with the main goal of making SMT-Solvers easy to understand and use as a computational engine">
 | |
| <meta property="og:url" content="https://example.org/tools/sat-smt/opensmt/">
 | |
| <meta property="og:image" content="images/%!s(<nil>)">
 | |
| <link rel="canonical" href="https://example.org/tools/sat-smt/opensmt/">
 | |
| 
 | |
| <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="https://example.org/css/styles.9d797fdbc9887767b3ad88393155cb84288660765fe6e18c89e2e00fd5ecfb0b9f46384188a0ae4e8b63f4c81526872e0ff61d1d5204287a0c3c8b6e8e34b6b9.css" integrity="sha512-nXl/28mId2ezrYg5MVXLhCiGYHZf5uGMieLgD9Xs+wufRjhBiKCuTotj9MgVJocuD/YdHVIEKHoMPItujjS2uQ==">
 | |
| 
 | |
|   <link href="/css/fontawesome.css" rel="stylesheet" />
 | |
|   <link href="/css/brands.css" rel="stylesheet" />
 | |
|   <link href="/css/solid.css" rel="stylesheet" />
 | |
| 
 | |
| 
 | |
| 
 | |
| 
 | |
| 
 | |
| </head>
 | |
| <body>
 | |
|   
 | |
|   <div class="banner">
 | |
|     <span class="banner-text">
 | |
|     🚧 This site is a work in progress. Don’t be shy to submit an <a href="https://gitmoss.fyi/fmtools/content/issues/new/choose" target="_blank" >issue</a> or <a href="https://gitmoss.fyi/fmtools/content/fork" target="_blank" >pull request</a> 🚧
 | |
|     </span>
 | |
| </div>
 | |
| 
 | |
|   
 | |
|   <header>
 | |
|     <h1><a href="/">Formal Methods Tools</a></h1>
 | |
| 
 | |
|   <nav>
 | |
|     <ul>
 | |
|     <li>
 | |
|       <a href="/tools/">Tools</a>
 | |
|     </li>
 | |
|     <li>
 | |
|       <a href="/taxonomies/">Data</a>
 | |
|     </li>
 | |
|     <li>
 | |
|       <a href="/about/">About</a>
 | |
|     </li>
 | |
|     </ul>
 | |
|   </nav>
 | |
| 
 | |
| 
 | |
|   </header>
 | |
|   <main>
 | |
|     
 | |
| 
 | |
|   <div id="page-header">
 | |
|     <h1>OpenSMT</h1>
 | |
|     
 | |
|       <span class="subtitle">SMT Solver</span>
 | |
|     
 | |
|     
 | |
|     
 | |
|       
 | |
|       <div id="link-list">
 | |
|         <ul>
 | |
|           
 | |
|             <li><a href="https://verify.inf.usi.ch/opensmt" target="_blank" rel="noopener"><i class="fa-solid fa-home"></i>  Homepage</a></li>
 | |
|           
 | |
|             <li><a href="https://github.com/usi-verification-and-security/opensmt" target="_blank" rel="noopener"><i class="fa-brands fa-github"></i>  Source Code</a></li>
 | |
|           
 | |
|         </ul>
 | |
|       </div>
 | |
|     
 | |
|     
 | |
|   </div>
 | |
| 
 | |
| 
 | |
|   <section id="taxonomies">
 | |
|     <h2>At a Glance</h2>
 | |
|     <table id="taxonomy-table">
 | |
|       <tbody>
 | |
|         
 | |
|         
 | |
|           
 | |
|           
 | |
|           <tr>
 | |
|             <td>
 | |
|               <a 
 | |
|               class="taxonomy-name" 
 | |
|               href="/applications">
 | |
|               Applications
 | |
|             </a>
 | |
|           </td>
 | |
|           <td>
 | |
|             
 | |
|               
 | |
| 
 | |
| 
 | |
| 
 | |
| 
 | |
| 
 | |
| 
 | |
| 
 | |
| <a 
 | |
|     class="term-link"
 | |
|     id="applications_smt-solver" 
 | |
|     style="background:rgba(190,107,118,0.4)" 
 | |
|     href="/applications/smt-solver">
 | |
|     SMT Solver
 | |
| </a>
 | |
| 
 | |
|             
 | |
|           </td>
 | |
|         </tr>
 | |
|         
 | |
|         
 | |
|           
 | |
|           
 | |
|           <tr>
 | |
|             <td>
 | |
|               <a 
 | |
|               class="taxonomy-name" 
 | |
|               href="/developers">
 | |
|               Developers
 | |
|             </a>
 | |
|           </td>
 | |
|           <td>
 | |
|             
 | |
|               
 | |
| 
 | |
| 
 | |
| 
 | |
| 
 | |
| 
 | |
| 
 | |
| 
 | |
| <a 
 | |
|     class="term-link"
 | |
|     id="developers_university-of-lugano" 
 | |
|     style="background:rgba(92,207,196,0.4)" 
 | |
|     href="/developers/university-of-lugano">
 | |
|     University of Lugano
 | |
| </a>
 | |
| 
 | |
|             
 | |
|           </td>
 | |
|         </tr>
 | |
|         
 | |
|         
 | |
|           
 | |
|           
 | |
|         
 | |
|           
 | |
|           
 | |
|           <tr>
 | |
|             <td>
 | |
|               <a 
 | |
|               class="taxonomy-name" 
 | |
|               href="/inputs">
 | |
|               Inputs
 | |
|             </a>
 | |
|           </td>
 | |
|           <td>
 | |
|             
 | |
|               
 | |
| 
 | |
| 
 | |
| 
 | |
| 
 | |
| 
 | |
| 
 | |
| 
 | |
| <a 
 | |
|     class="term-link"
 | |
|     id="inputs_smtlib2" 
 | |
|     style="background:rgba(108,44,180,0.4)" 
 | |
|     href="/inputs/smtlib2">
 | |
|     SMTLIB2
 | |
| </a>
 | |
| 
 | |
|             
 | |
|           </td>
 | |
|         </tr>
 | |
|         
 | |
|         
 | |
|           
 | |
|           
 | |
|           <tr>
 | |
|             <td>
 | |
|               <a 
 | |
|               class="taxonomy-name" 
 | |
|               href="/interfaces">
 | |
|               Interfaces
 | |
|             </a>
 | |
|           </td>
 | |
|           <td>
 | |
|             
 | |
|               
 | |
| 
 | |
| 
 | |
| 
 | |
| 
 | |
| 
 | |
| 
 | |
| 
 | |
| <a 
 | |
|     class="term-link"
 | |
|     id="interfaces_cli" 
 | |
|     style="background:rgba(145,175,87,0.4)" 
 | |
|     href="/interfaces/cli">
 | |
|     CLI
 | |
| </a>
 | |
| 
 | |
|             
 | |
|           </td>
 | |
|         </tr>
 | |
|         
 | |
|         
 | |
|           
 | |
|           
 | |
|           <tr>
 | |
|             <td>
 | |
|               <a 
 | |
|               class="taxonomy-name" 
 | |
|               href="/licenses">
 | |
|               Licenses
 | |
|             </a>
 | |
|           </td>
 | |
|           <td>
 | |
|             
 | |
|               
 | |
| 
 | |
| 
 | |
| 
 | |
| 
 | |
| 
 | |
| 
 | |
| 
 | |
| <a 
 | |
|     class="term-link"
 | |
|     id="licenses_gplv3" 
 | |
|     style="background:rgba(182,14,173,0.4)" 
 | |
|     href="/licenses/gplv3">
 | |
|     GPLv3
 | |
| </a>
 | |
| 
 | |
|             
 | |
|           </td>
 | |
|         </tr>
 | |
|         
 | |
|         
 | |
|           
 | |
|           
 | |
|           <tr>
 | |
|             <td>
 | |
|               <a 
 | |
|               class="taxonomy-name" 
 | |
|               href="/maintenance">
 | |
|               Maintenance
 | |
|             </a>
 | |
|           </td>
 | |
|           <td>
 | |
|             
 | |
|               
 | |
| 
 | |
| 
 | |
| 
 | |
| 
 | |
| 
 | |
| 
 | |
| 
 | |
| <a 
 | |
|     class="term-link"
 | |
|     id="maintenance_actively-maintained" 
 | |
|     style="background:rgba(177,86,105,0.4)" 
 | |
|     href="/maintenance/actively-maintained">
 | |
|     Actively Maintained
 | |
| </a>
 | |
| 
 | |
|             
 | |
|           </td>
 | |
|         </tr>
 | |
|         
 | |
|         
 | |
|           
 | |
|           
 | |
|         
 | |
|       </tbody>
 | |
|     </table>
 | |
|   </section>
 | |
| 
 | |
|   
 | |
|   <section>
 | |
|     <h2>Description</h2>
 | |
|     <p>OpenSMT is a compact and open-source SMT-solver written in C++, with the main goal of making SMT-Solvers easy to understand and use as a computational engine for formal verification. OpenSMT is built on top of <a href="/tools/minisat" >MiniSAT</a>.</p>
 | |
| 
 | |
|   </section>
 | |
|   
 | |
|   
 | |
|   
 | |
| 
 | |
|   <div class="time" style="display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap;">
 | |
|     <div class="footer-links" style="text-align: left;">
 | |
|       Help improve this page!<br/>
 | |
|       Submit an 
 | |
|       <a href="https://gitmoss.fyi/fmtools/content/issues/new?template=.gitea%2fissue_template%2ffix_tool.md&title=[FIX]%20OpenSMT" target="_blank">issue</a> or 
 | |
|       <a href="https://gitmoss.fyi/fmtools/content/fork" target="_blank">pull request</a>.
 | |
|     </div>
 | |
|     
 | |
|     <div class="footer-date" style="text-align: right;">
 | |
|       
 | |
|       
 | |
|       Updated <time datetime="2025-06-07T00:00:00+00:00">7 June 2025</time>
 | |
|     </div>
 | |
|     
 | |
|   </div>
 | |
| 
 | |
| 
 | |
| 
 | |
|   </main>
 | |
|   <footer>
 | |
|     <p><a href="/contribute">Contribute</a>  |  <a href="/about">About</a>  |  <a href="/license">License</a>  |  <a href="/privacy">Privacy</a> </p>
 | |
| 
 | |
| 
 | |
| <p>© Copyright 2025. An open-source project.</p>
 | |
| 
 | |
|   </footer>
 | |
| </body>
 | |
| </html>
 |