fix taxonomy issues
This commit is contained in:
71
domains/embedded-systems/index.html
Normal file
71
domains/embedded-systems/index.html
Normal file
@ -0,0 +1,71 @@
|
||||
<!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>
|
||||
<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>Embedded Systems | 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="Embedded Systems">
|
||||
<meta property="og:description" content="">
|
||||
<meta property="og:url" content="http://localhost:1313/domains/embedded-systems/">
|
||||
<meta property="og:image" content="images/%!s(<nil>)">
|
||||
<link rel="canonical" href="http://localhost:1313/domains/embedded-systems/">
|
||||
|
||||
<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="stylesheet" href="http://localhost:1313/css/styles.e3fcfb3452c69d09414fe512e9dca31d879e4a6c47d23010fbb07eb6693d447f645d3bd2d021c0d28d0f7b4fe6f32a10e599488cdb16c6750a9a126788131917.css" integrity="sha512-4/z7NFLGnQlBT+US6dyjHYeeSmxH0jAQ+7B+tmk9RH9kXTvS0CHA0o0Pe0/m8yoQ5ZlIjNsWxnUKmhJniBMZFw==">
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</head>
|
||||
<body>
|
||||
<header>
|
||||
<h1><a href="/">Formal Methods Tools</a></h1>
|
||||
|
||||
<nav>
|
||||
<ul>
|
||||
<li>
|
||||
<a href="/">Home</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="/tools/">Tools</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="/taxonomies/">Taxonomies</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="/about/">About</a>
|
||||
</li>
|
||||
</ul>
|
||||
</nav>
|
||||
|
||||
|
||||
</header>
|
||||
<main>
|
||||
|
||||
<h1>Embedded Systems</h1>
|
||||
|
||||
|
||||
<h2><a href="/tools/yices/">Yices 2</a></h2>
|
||||
|
||||
<h2><a href="/tools/z3/">Z3</a></h2>
|
||||
|
||||
|
||||
</main>
|
||||
<footer>
|
||||
<p>Copyright 2025. All rights reserved.</p>
|
||||
|
||||
</footer>
|
||||
</body>
|
||||
</html>
|
26
domains/embedded-systems/index.xml
Normal file
26
domains/embedded-systems/index.xml
Normal file
@ -0,0 +1,26 @@
|
||||
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
|
||||
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
|
||||
<channel>
|
||||
<title>Embedded Systems on Formal Methods Tools</title>
|
||||
<link>http://localhost:1313/domains/embedded-systems/</link>
|
||||
<description>Recent content in Embedded Systems on Formal Methods Tools</description>
|
||||
<generator>Hugo</generator>
|
||||
<language>en-us</language>
|
||||
<lastBuildDate>Fri, 02 Feb 2024 04:14:54 -0800</lastBuildDate>
|
||||
<atom:link href="http://localhost:1313/domains/embedded-systems/index.xml" rel="self" type="application/rss+xml" />
|
||||
<item>
|
||||
<title>Yices 2</title>
|
||||
<link>http://localhost:1313/tools/yices/</link>
|
||||
<pubDate>Fri, 02 Feb 2024 04:14:54 -0800</pubDate>
|
||||
<guid>http://localhost:1313/tools/yices/</guid>
|
||||
<description><p>Yices is a high-performance SMT solver and theorem prover developed by SRI International. It is widely used for checking the satisfiability of logical formulas over various theories, including arithmetic, bit-vectors, arrays, and uninterpreted functions. Yices supports the SMT-LIB standard and its own input language, and provides APIs for several programming languages, making it suitable for integration into formal verification, program analysis, and constraint solving tools.</p>
<h3 id="features">Features</h3>
<ul>
<li><strong>SMT Solver:</strong> Supports a wide range of theories and quantifiers.</li>
<li><strong>Multi-language APIs:</strong> C, OCaml, Python, and more.</li>
<li><strong>Cross-platform:</strong> Available on Windows, Linux, and macOS.</li>
<li><strong>Active development:</strong> Open source and maintained by SRI International.</li>
</ul></description>
|
||||
</item>
|
||||
<item>
|
||||
<title>Z3</title>
|
||||
<link>http://localhost:1313/tools/z3/</link>
|
||||
<pubDate>Fri, 02 Feb 2024 04:14:54 -0800</pubDate>
|
||||
<guid>http://localhost:1313/tools/z3/</guid>
|
||||
<description><p>Z3 is a high-performance SMT solver and theorem prover developed by Microsoft Research. It is widely used for checking the satisfiability of logical formulas over various theories, including arithmetic, bit-vectors, arrays, and uninterpreted functions. Z3 supports the SMT-LIB standard and provides APIs for several programming languages, making it suitable for integration into formal verification, program analysis, and constraint solving tools.</p>
<h3 id="features">Features</h3>
<ul>
<li><strong>SMT Solver:</strong> Supports a wide range of theories and quantifiers.</li>
<li><strong>Multi-language APIs:</strong> Python, C++, Java, .NET, and more.</li>
<li><strong>Cross-platform:</strong> Available on Windows, Linux, and macOS.</li>
<li><strong>Active development:</strong> Open source and maintained by Microsoft Research.</li>
<li><strong>Web Playground:</strong> Try Z3 online at <a href="https://rise4fun.com/z3">Rise4Fun</a>.</li>
</ul></description>
|
||||
</item>
|
||||
</channel>
|
||||
</rss>
|
71
domains/hardware-verification/index.html
Normal file
71
domains/hardware-verification/index.html
Normal file
@ -0,0 +1,71 @@
|
||||
<!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>
|
||||
<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>Hardware Verification | 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="Hardware Verification">
|
||||
<meta property="og:description" content="">
|
||||
<meta property="og:url" content="http://localhost:1313/domains/hardware-verification/">
|
||||
<meta property="og:image" content="images/%!s(<nil>)">
|
||||
<link rel="canonical" href="http://localhost:1313/domains/hardware-verification/">
|
||||
|
||||
<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="stylesheet" href="http://localhost:1313/css/styles.e3fcfb3452c69d09414fe512e9dca31d879e4a6c47d23010fbb07eb6693d447f645d3bd2d021c0d28d0f7b4fe6f32a10e599488cdb16c6750a9a126788131917.css" integrity="sha512-4/z7NFLGnQlBT+US6dyjHYeeSmxH0jAQ+7B+tmk9RH9kXTvS0CHA0o0Pe0/m8yoQ5ZlIjNsWxnUKmhJniBMZFw==">
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</head>
|
||||
<body>
|
||||
<header>
|
||||
<h1><a href="/">Formal Methods Tools</a></h1>
|
||||
|
||||
<nav>
|
||||
<ul>
|
||||
<li>
|
||||
<a href="/">Home</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="/tools/">Tools</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="/taxonomies/">Taxonomies</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="/about/">About</a>
|
||||
</li>
|
||||
</ul>
|
||||
</nav>
|
||||
|
||||
|
||||
</header>
|
||||
<main>
|
||||
|
||||
<h1>Hardware Verification</h1>
|
||||
|
||||
|
||||
<h2><a href="/tools/yices/">Yices 2</a></h2>
|
||||
|
||||
<h2><a href="/tools/z3/">Z3</a></h2>
|
||||
|
||||
|
||||
</main>
|
||||
<footer>
|
||||
<p>Copyright 2025. All rights reserved.</p>
|
||||
|
||||
</footer>
|
||||
</body>
|
||||
</html>
|
26
domains/hardware-verification/index.xml
Normal file
26
domains/hardware-verification/index.xml
Normal file
@ -0,0 +1,26 @@
|
||||
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
|
||||
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
|
||||
<channel>
|
||||
<title>Hardware Verification on Formal Methods Tools</title>
|
||||
<link>http://localhost:1313/domains/hardware-verification/</link>
|
||||
<description>Recent content in Hardware Verification on Formal Methods Tools</description>
|
||||
<generator>Hugo</generator>
|
||||
<language>en-us</language>
|
||||
<lastBuildDate>Fri, 02 Feb 2024 04:14:54 -0800</lastBuildDate>
|
||||
<atom:link href="http://localhost:1313/domains/hardware-verification/index.xml" rel="self" type="application/rss+xml" />
|
||||
<item>
|
||||
<title>Yices 2</title>
|
||||
<link>http://localhost:1313/tools/yices/</link>
|
||||
<pubDate>Fri, 02 Feb 2024 04:14:54 -0800</pubDate>
|
||||
<guid>http://localhost:1313/tools/yices/</guid>
|
||||
<description><p>Yices is a high-performance SMT solver and theorem prover developed by SRI International. It is widely used for checking the satisfiability of logical formulas over various theories, including arithmetic, bit-vectors, arrays, and uninterpreted functions. Yices supports the SMT-LIB standard and its own input language, and provides APIs for several programming languages, making it suitable for integration into formal verification, program analysis, and constraint solving tools.</p>
<h3 id="features">Features</h3>
<ul>
<li><strong>SMT Solver:</strong> Supports a wide range of theories and quantifiers.</li>
<li><strong>Multi-language APIs:</strong> C, OCaml, Python, and more.</li>
<li><strong>Cross-platform:</strong> Available on Windows, Linux, and macOS.</li>
<li><strong>Active development:</strong> Open source and maintained by SRI International.</li>
</ul></description>
|
||||
</item>
|
||||
<item>
|
||||
<title>Z3</title>
|
||||
<link>http://localhost:1313/tools/z3/</link>
|
||||
<pubDate>Fri, 02 Feb 2024 04:14:54 -0800</pubDate>
|
||||
<guid>http://localhost:1313/tools/z3/</guid>
|
||||
<description><p>Z3 is a high-performance SMT solver and theorem prover developed by Microsoft Research. It is widely used for checking the satisfiability of logical formulas over various theories, including arithmetic, bit-vectors, arrays, and uninterpreted functions. Z3 supports the SMT-LIB standard and provides APIs for several programming languages, making it suitable for integration into formal verification, program analysis, and constraint solving tools.</p>
<h3 id="features">Features</h3>
<ul>
<li><strong>SMT Solver:</strong> Supports a wide range of theories and quantifiers.</li>
<li><strong>Multi-language APIs:</strong> Python, C++, Java, .NET, and more.</li>
<li><strong>Cross-platform:</strong> Available on Windows, Linux, and macOS.</li>
<li><strong>Active development:</strong> Open source and maintained by Microsoft Research.</li>
<li><strong>Web Playground:</strong> Try Z3 online at <a href="https://rise4fun.com/z3">Rise4Fun</a>.</li>
</ul></description>
|
||||
</item>
|
||||
</channel>
|
||||
</rss>
|
@ -1,6 +1,6 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en-us" dir="ltr">
|
||||
<head>
|
||||
<head><script src="/livereload.js?mindelay=10&v=2&port=1313&path=livereload" data-no-instant defer></script>
|
||||
<meta charset="utf-8">
|
||||
|
||||
<meta name="viewport" content ="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
|
||||
@ -13,16 +13,16 @@
|
||||
<meta property="og:type" content="article">
|
||||
<meta property="og:title" content="Domains">
|
||||
<meta property="og:description" content="">
|
||||
<meta property="og:url" content="https://example.org/domains/">
|
||||
<meta property="og:url" content="http://localhost:1313/domains/">
|
||||
<meta property="og:image" content="images/%!s(<nil>)">
|
||||
<link rel="canonical" href="https://example.org/domains/">
|
||||
<link rel="canonical" href="http://localhost:1313/domains/">
|
||||
|
||||
<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="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="stylesheet" href="https://example.org/css/styles.fc7cf65388be07f2e53293132dd0220e34d9861f57de4b336d64dd03a3502a9befbea05606442d0a501005442835a864361b9a51b4b51acbf28df37530f61f31.css" integrity="sha512-/Hz2U4i+B/LlMpMTLdAiDjTZhh9X3kszbWTdA6NQKpvvvqBWBkQtClAQBUQoNahkNhuaUbS1GsvyjfN1MPYfMQ==">
|
||||
<link rel="stylesheet" href="http://localhost:1313/css/styles.e3fcfb3452c69d09414fe512e9dca31d879e4a6c47d23010fbb07eb6693d447f645d3bd2d021c0d28d0f7b4fe6f32a10e599488cdb16c6750a9a126788131917.css" integrity="sha512-4/z7NFLGnQlBT+US6dyjHYeeSmxH0jAQ+7B+tmk9RH9kXTvS0CHA0o0Pe0/m8yoQ5ZlIjNsWxnUKmhJniBMZFw==">
|
||||
|
||||
|
||||
|
||||
@ -70,10 +70,46 @@
|
||||
|
||||
<a
|
||||
class="term-link"
|
||||
id="domains_tttt"
|
||||
style="background:rgba(229,115,100,0.4)"
|
||||
href="/domains/tttt">
|
||||
Tttt
|
||||
id="domains_embedded-systems"
|
||||
style="background:rgba(130,108,187,0.4)"
|
||||
href="/domains/embedded-systems">
|
||||
Embedded Systems
|
||||
</a>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<a
|
||||
class="term-link"
|
||||
id="domains_hardware-verification"
|
||||
style="background:rgba(35,59,44,0.4)"
|
||||
href="/domains/hardware-verification">
|
||||
Hardware Verification
|
||||
</a>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<a
|
||||
class="term-link"
|
||||
id="domains_software-verification"
|
||||
style="background:rgba(127,54,56,0.4)"
|
||||
href="/domains/software-verification">
|
||||
Software Verification
|
||||
</a>
|
||||
|
||||
|
||||
|
@ -2,17 +2,31 @@
|
||||
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
|
||||
<channel>
|
||||
<title>Domains on Formal Methods Tools</title>
|
||||
<link>https://example.org/domains/</link>
|
||||
<link>http://localhost:1313/domains/</link>
|
||||
<description>Recent content in Domains on Formal Methods Tools</description>
|
||||
<generator>Hugo</generator>
|
||||
<language>en-us</language>
|
||||
<lastBuildDate>Fri, 02 Feb 2024 04:14:54 -0800</lastBuildDate>
|
||||
<atom:link href="https://example.org/domains/index.xml" rel="self" type="application/rss+xml" />
|
||||
<atom:link href="http://localhost:1313/domains/index.xml" rel="self" type="application/rss+xml" />
|
||||
<item>
|
||||
<title>Tttt</title>
|
||||
<link>https://example.org/domains/tttt/</link>
|
||||
<title>Embedded Systems</title>
|
||||
<link>http://localhost:1313/domains/embedded-systems/</link>
|
||||
<pubDate>Fri, 02 Feb 2024 04:14:54 -0800</pubDate>
|
||||
<guid>https://example.org/domains/tttt/</guid>
|
||||
<guid>http://localhost:1313/domains/embedded-systems/</guid>
|
||||
<description></description>
|
||||
</item>
|
||||
<item>
|
||||
<title>Hardware Verification</title>
|
||||
<link>http://localhost:1313/domains/hardware-verification/</link>
|
||||
<pubDate>Fri, 02 Feb 2024 04:14:54 -0800</pubDate>
|
||||
<guid>http://localhost:1313/domains/hardware-verification/</guid>
|
||||
<description></description>
|
||||
</item>
|
||||
<item>
|
||||
<title>Software Verification</title>
|
||||
<link>http://localhost:1313/domains/software-verification/</link>
|
||||
<pubDate>Fri, 02 Feb 2024 04:14:54 -0800</pubDate>
|
||||
<guid>http://localhost:1313/domains/software-verification/</guid>
|
||||
<description></description>
|
||||
</item>
|
||||
</channel>
|
||||
|
71
domains/software-verification/index.html
Normal file
71
domains/software-verification/index.html
Normal file
@ -0,0 +1,71 @@
|
||||
<!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>
|
||||
<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>Software Verification | 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="Software Verification">
|
||||
<meta property="og:description" content="">
|
||||
<meta property="og:url" content="http://localhost:1313/domains/software-verification/">
|
||||
<meta property="og:image" content="images/%!s(<nil>)">
|
||||
<link rel="canonical" href="http://localhost:1313/domains/software-verification/">
|
||||
|
||||
<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="stylesheet" href="http://localhost:1313/css/styles.e3fcfb3452c69d09414fe512e9dca31d879e4a6c47d23010fbb07eb6693d447f645d3bd2d021c0d28d0f7b4fe6f32a10e599488cdb16c6750a9a126788131917.css" integrity="sha512-4/z7NFLGnQlBT+US6dyjHYeeSmxH0jAQ+7B+tmk9RH9kXTvS0CHA0o0Pe0/m8yoQ5ZlIjNsWxnUKmhJniBMZFw==">
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</head>
|
||||
<body>
|
||||
<header>
|
||||
<h1><a href="/">Formal Methods Tools</a></h1>
|
||||
|
||||
<nav>
|
||||
<ul>
|
||||
<li>
|
||||
<a href="/">Home</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="/tools/">Tools</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="/taxonomies/">Taxonomies</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="/about/">About</a>
|
||||
</li>
|
||||
</ul>
|
||||
</nav>
|
||||
|
||||
|
||||
</header>
|
||||
<main>
|
||||
|
||||
<h1>Software Verification</h1>
|
||||
|
||||
|
||||
<h2><a href="/tools/yices/">Yices 2</a></h2>
|
||||
|
||||
<h2><a href="/tools/z3/">Z3</a></h2>
|
||||
|
||||
|
||||
</main>
|
||||
<footer>
|
||||
<p>Copyright 2025. All rights reserved.</p>
|
||||
|
||||
</footer>
|
||||
</body>
|
||||
</html>
|
26
domains/software-verification/index.xml
Normal file
26
domains/software-verification/index.xml
Normal file
@ -0,0 +1,26 @@
|
||||
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
|
||||
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
|
||||
<channel>
|
||||
<title>Software Verification on Formal Methods Tools</title>
|
||||
<link>http://localhost:1313/domains/software-verification/</link>
|
||||
<description>Recent content in Software Verification on Formal Methods Tools</description>
|
||||
<generator>Hugo</generator>
|
||||
<language>en-us</language>
|
||||
<lastBuildDate>Fri, 02 Feb 2024 04:14:54 -0800</lastBuildDate>
|
||||
<atom:link href="http://localhost:1313/domains/software-verification/index.xml" rel="self" type="application/rss+xml" />
|
||||
<item>
|
||||
<title>Yices 2</title>
|
||||
<link>http://localhost:1313/tools/yices/</link>
|
||||
<pubDate>Fri, 02 Feb 2024 04:14:54 -0800</pubDate>
|
||||
<guid>http://localhost:1313/tools/yices/</guid>
|
||||
<description><p>Yices is a high-performance SMT solver and theorem prover developed by SRI International. It is widely used for checking the satisfiability of logical formulas over various theories, including arithmetic, bit-vectors, arrays, and uninterpreted functions. Yices supports the SMT-LIB standard and its own input language, and provides APIs for several programming languages, making it suitable for integration into formal verification, program analysis, and constraint solving tools.</p>
<h3 id="features">Features</h3>
<ul>
<li><strong>SMT Solver:</strong> Supports a wide range of theories and quantifiers.</li>
<li><strong>Multi-language APIs:</strong> C, OCaml, Python, and more.</li>
<li><strong>Cross-platform:</strong> Available on Windows, Linux, and macOS.</li>
<li><strong>Active development:</strong> Open source and maintained by SRI International.</li>
</ul></description>
|
||||
</item>
|
||||
<item>
|
||||
<title>Z3</title>
|
||||
<link>http://localhost:1313/tools/z3/</link>
|
||||
<pubDate>Fri, 02 Feb 2024 04:14:54 -0800</pubDate>
|
||||
<guid>http://localhost:1313/tools/z3/</guid>
|
||||
<description><p>Z3 is a high-performance SMT solver and theorem prover developed by Microsoft Research. It is widely used for checking the satisfiability of logical formulas over various theories, including arithmetic, bit-vectors, arrays, and uninterpreted functions. Z3 supports the SMT-LIB standard and provides APIs for several programming languages, making it suitable for integration into formal verification, program analysis, and constraint solving tools.</p>
<h3 id="features">Features</h3>
<ul>
<li><strong>SMT Solver:</strong> Supports a wide range of theories and quantifiers.</li>
<li><strong>Multi-language APIs:</strong> Python, C++, Java, .NET, and more.</li>
<li><strong>Cross-platform:</strong> Available on Windows, Linux, and macOS.</li>
<li><strong>Active development:</strong> Open source and maintained by Microsoft Research.</li>
<li><strong>Web Playground:</strong> Try Z3 online at <a href="https://rise4fun.com/z3">Rise4Fun</a>.</li>
</ul></description>
|
||||
</item>
|
||||
</channel>
|
||||
</rss>
|
@ -1,69 +0,0 @@
|
||||
<!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>Tttt | 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="Tttt">
|
||||
<meta property="og:description" content="">
|
||||
<meta property="og:url" content="https://example.org/domains/tttt/">
|
||||
<meta property="og:image" content="images/%!s(<nil>)">
|
||||
<link rel="canonical" href="https://example.org/domains/tttt/">
|
||||
|
||||
<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.fc7cf65388be07f2e53293132dd0220e34d9861f57de4b336d64dd03a3502a9befbea05606442d0a501005442835a864361b9a51b4b51acbf28df37530f61f31.css" integrity="sha512-/Hz2U4i+B/LlMpMTLdAiDjTZhh9X3kszbWTdA6NQKpvvvqBWBkQtClAQBUQoNahkNhuaUbS1GsvyjfN1MPYfMQ==">
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</head>
|
||||
<body>
|
||||
<header>
|
||||
<h1><a href="/">Formal Methods Tools</a></h1>
|
||||
|
||||
<nav>
|
||||
<ul>
|
||||
<li>
|
||||
<a href="/">Home</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="/tools/">Tools</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="/taxonomies/">Taxonomies</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="/about/">About</a>
|
||||
</li>
|
||||
</ul>
|
||||
</nav>
|
||||
|
||||
|
||||
</header>
|
||||
<main>
|
||||
|
||||
<h1>Tttt</h1>
|
||||
|
||||
|
||||
<h2><a href="/tools/z3/">Z3 Theorem Prover</a></h2>
|
||||
|
||||
|
||||
</main>
|
||||
<footer>
|
||||
<p>Copyright 2025. All rights reserved.</p>
|
||||
|
||||
</footer>
|
||||
</body>
|
||||
</html>
|
@ -1,19 +0,0 @@
|
||||
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
|
||||
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
|
||||
<channel>
|
||||
<title>Tttt on Formal Methods Tools</title>
|
||||
<link>https://example.org/domains/tttt/</link>
|
||||
<description>Recent content in Tttt on Formal Methods Tools</description>
|
||||
<generator>Hugo</generator>
|
||||
<language>en-us</language>
|
||||
<lastBuildDate>Fri, 02 Feb 2024 04:14:54 -0800</lastBuildDate>
|
||||
<atom:link href="https://example.org/domains/tttt/index.xml" rel="self" type="application/rss+xml" />
|
||||
<item>
|
||||
<title>Z3 Theorem Prover</title>
|
||||
<link>https://example.org/tools/z3/</link>
|
||||
<pubDate>Fri, 02 Feb 2024 04:14:54 -0800</pubDate>
|
||||
<guid>https://example.org/tools/z3/</guid>
|
||||
<description><p>desc</p></description>
|
||||
</item>
|
||||
</channel>
|
||||
</rss>
|
Reference in New Issue
Block a user