Ready to deploy in beta more
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="Yices 2">
|
||||
<meta property="og:description" content="Yices is an SMT solver developed by SRI International. It is widely used for checking the satisfiability of logical formulas over various theories. It supports">
|
||||
<meta property="og:url" content="http://localhost:1313/tools/sat-smt/yices/">
|
||||
<meta property="og:url" content="https://example.org/tools/sat-smt/yices/">
|
||||
<meta property="og:image" content="images/%!s(<nil>)">
|
||||
<link rel="canonical" href="http://localhost:1313/tools/sat-smt/yices/">
|
||||
<link rel="canonical" href="https://example.org/tools/sat-smt/yices/">
|
||||
|
||||
<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.e5b470edf89c3e1b9498ce83a3fd0a2e73e9d06958e2c3a1af8d89781f9f2bf612b21d5e45ab8f4aef773661de2529437838673a136797a6a8aaab7759f94ded.css" integrity="sha512-5bRw7ficPhuUmM6Do/0KLnPp0GlY4sOhr42JeB+fK/YSsh1eRauPSu93NmHeJSlDeDhnOhNnl6aoqqt3WflN7Q==">
|
||||
<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" />
|
||||
@ -35,6 +35,14 @@
|
||||
|
||||
</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>
|
||||
|
||||
@ -107,10 +115,10 @@
|
||||
|
||||
<a
|
||||
class="term-link"
|
||||
id="applications_smt-solver"
|
||||
style="background:rgba(190,107,118,0.4)"
|
||||
href="/applications/smt-solver">
|
||||
SMT Solver
|
||||
id="applications_sat-solver"
|
||||
style="background:rgba(197,220,18,0.4)"
|
||||
href="/applications/sat-solver">
|
||||
SAT Solver
|
||||
</a>
|
||||
|
||||
|
||||
@ -124,10 +132,10 @@
|
||||
|
||||
<a
|
||||
class="term-link"
|
||||
id="applications_sat-solver"
|
||||
style="background:rgba(197,220,18,0.4)"
|
||||
href="/applications/sat-solver">
|
||||
SAT Solver
|
||||
id="applications_smt-solver"
|
||||
style="background:rgba(190,107,118,0.4)"
|
||||
href="/applications/smt-solver">
|
||||
SMT Solver
|
||||
</a>
|
||||
|
||||
|
||||
@ -368,9 +376,9 @@
|
||||
<h2 id="apis-and-bindings">APIs and Bindings</h2>
|
||||
<p>This tool is available through the following interfaces:</p>
|
||||
<ul>
|
||||
<li><strong>General API:</strong> <a href="https://yices.csl.sri.com/doc/index.html">Yices API Reference</a></li>
|
||||
<li><strong>Python bindings:</strong> <a href="https://pypi.org/project/yices/">yices2 PyPI package</a></li>
|
||||
<li><strong>Rust bindings:</strong> <a href="https://crates.io/crates/yices2">yices2 crate on crates.io</a></li>
|
||||
<li><strong>General API:</strong> <a href="https://yices.csl.sri.com/doc/index.html" target="_blank" >Yices API Reference</a></li>
|
||||
<li><strong>Python bindings:</strong> <a href="https://pypi.org/project/yices/" target="_blank" >yices2 PyPI package</a></li>
|
||||
<li><strong>Rust bindings:</strong> <a href="https://crates.io/crates/yices2" target="_blank" >yices2 crate on crates.io</a></li>
|
||||
</ul>
|
||||
|
||||
</section>
|
||||
@ -400,38 +408,6 @@
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
@ -457,6 +433,22 @@
|
||||
</li>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
@ -469,7 +461,9 @@
|
||||
<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?title=Update+Page+For+Yices+2&body=Describe+your+problem+or+suggested+update+for+the+page+%22Yices%202%22.">issue</a> or <a href="https://gitmoss.fyi/fmtools/content/fork">pull request</a>.
|
||||
Submit an
|
||||
<a href="https://gitmoss.fyi/fmtools/content/issues/new?template=.gitea%2fissue_template%2ffix_tool.md&title=[FIX]%20Yices+2" 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;">
|
||||
@ -486,6 +480,7 @@
|
||||
<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>
|
||||
|
Reference in New Issue
Block a user