fix taxonomy issues

This commit is contained in:
2025-06-06 18:05:26 -06:00
parent 15707a906e
commit 65f174e314
131 changed files with 5603 additions and 2317 deletions

View File

@ -0,0 +1,71 @@
<!DOCTYPE html>
<html lang="en-us" dir="ltr">
<head><script src="/livereload.js?mindelay=10&amp;v=2&amp;port=1313&amp;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(&lt;nil&gt;)">
<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&#43;US6dyjHYeeSmxH0jAQ&#43;7B&#43;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>

View 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>&lt;p&gt;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.&lt;/p&gt;&#xA;&lt;h3 id=&#34;features&#34;&gt;Features&lt;/h3&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;strong&gt;SMT Solver:&lt;/strong&gt; Supports a wide range of theories and quantifiers.&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;Multi-language APIs:&lt;/strong&gt; C, OCaml, Python, and more.&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;Cross-platform:&lt;/strong&gt; Available on Windows, Linux, and macOS.&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;Active development:&lt;/strong&gt; Open source and maintained by SRI International.&lt;/li&gt;&#xA;&lt;/ul&gt;</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>&lt;p&gt;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.&lt;/p&gt;&#xA;&lt;h3 id=&#34;features&#34;&gt;Features&lt;/h3&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;strong&gt;SMT Solver:&lt;/strong&gt; Supports a wide range of theories and quantifiers.&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;Multi-language APIs:&lt;/strong&gt; Python, C++, Java, .NET, and more.&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;Cross-platform:&lt;/strong&gt; Available on Windows, Linux, and macOS.&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;Active development:&lt;/strong&gt; Open source and maintained by Microsoft Research.&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;Web Playground:&lt;/strong&gt; Try Z3 online at &lt;a href=&#34;https://rise4fun.com/z3&#34;&gt;Rise4Fun&lt;/a&gt;.&lt;/li&gt;&#xA;&lt;/ul&gt;</description>
</item>
</channel>
</rss>

View File

@ -0,0 +1,71 @@
<!DOCTYPE html>
<html lang="en-us" dir="ltr">
<head><script src="/livereload.js?mindelay=10&amp;v=2&amp;port=1313&amp;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(&lt;nil&gt;)">
<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&#43;US6dyjHYeeSmxH0jAQ&#43;7B&#43;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>

View 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>&lt;p&gt;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.&lt;/p&gt;&#xA;&lt;h3 id=&#34;features&#34;&gt;Features&lt;/h3&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;strong&gt;SMT Solver:&lt;/strong&gt; Supports a wide range of theories and quantifiers.&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;Multi-language APIs:&lt;/strong&gt; C, OCaml, Python, and more.&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;Cross-platform:&lt;/strong&gt; Available on Windows, Linux, and macOS.&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;Active development:&lt;/strong&gt; Open source and maintained by SRI International.&lt;/li&gt;&#xA;&lt;/ul&gt;</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>&lt;p&gt;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.&lt;/p&gt;&#xA;&lt;h3 id=&#34;features&#34;&gt;Features&lt;/h3&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;strong&gt;SMT Solver:&lt;/strong&gt; Supports a wide range of theories and quantifiers.&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;Multi-language APIs:&lt;/strong&gt; Python, C++, Java, .NET, and more.&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;Cross-platform:&lt;/strong&gt; Available on Windows, Linux, and macOS.&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;Active development:&lt;/strong&gt; Open source and maintained by Microsoft Research.&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;Web Playground:&lt;/strong&gt; Try Z3 online at &lt;a href=&#34;https://rise4fun.com/z3&#34;&gt;Rise4Fun&lt;/a&gt;.&lt;/li&gt;&#xA;&lt;/ul&gt;</description>
</item>
</channel>
</rss>

View File

@ -1,6 +1,6 @@
<!DOCTYPE html>
<html lang="en-us" dir="ltr">
<head>
<head><script src="/livereload.js?mindelay=10&amp;v=2&amp;port=1313&amp;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(&lt;nil&gt;)">
<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&#43;B/LlMpMTLdAiDjTZhh9X3kszbWTdA6NQKpvvvqBWBkQtClAQBUQoNahkNhuaUbS1GsvyjfN1MPYfMQ==">
<link rel="stylesheet" href="http://localhost:1313/css/styles.e3fcfb3452c69d09414fe512e9dca31d879e4a6c47d23010fbb07eb6693d447f645d3bd2d021c0d28d0f7b4fe6f32a10e599488cdb16c6750a9a126788131917.css" integrity="sha512-4/z7NFLGnQlBT&#43;US6dyjHYeeSmxH0jAQ&#43;7B&#43;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>

View File

@ -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>

View File

@ -0,0 +1,71 @@
<!DOCTYPE html>
<html lang="en-us" dir="ltr">
<head><script src="/livereload.js?mindelay=10&amp;v=2&amp;port=1313&amp;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(&lt;nil&gt;)">
<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&#43;US6dyjHYeeSmxH0jAQ&#43;7B&#43;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>

View 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>&lt;p&gt;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.&lt;/p&gt;&#xA;&lt;h3 id=&#34;features&#34;&gt;Features&lt;/h3&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;strong&gt;SMT Solver:&lt;/strong&gt; Supports a wide range of theories and quantifiers.&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;Multi-language APIs:&lt;/strong&gt; C, OCaml, Python, and more.&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;Cross-platform:&lt;/strong&gt; Available on Windows, Linux, and macOS.&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;Active development:&lt;/strong&gt; Open source and maintained by SRI International.&lt;/li&gt;&#xA;&lt;/ul&gt;</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>&lt;p&gt;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.&lt;/p&gt;&#xA;&lt;h3 id=&#34;features&#34;&gt;Features&lt;/h3&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;strong&gt;SMT Solver:&lt;/strong&gt; Supports a wide range of theories and quantifiers.&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;Multi-language APIs:&lt;/strong&gt; Python, C++, Java, .NET, and more.&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;Cross-platform:&lt;/strong&gt; Available on Windows, Linux, and macOS.&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;Active development:&lt;/strong&gt; Open source and maintained by Microsoft Research.&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;Web Playground:&lt;/strong&gt; Try Z3 online at &lt;a href=&#34;https://rise4fun.com/z3&#34;&gt;Rise4Fun&lt;/a&gt;.&lt;/li&gt;&#xA;&lt;/ul&gt;</description>
</item>
</channel>
</rss>

View File

@ -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(&lt;nil&gt;)">
<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&#43;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>

View File

@ -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>&lt;p&gt;desc&lt;/p&gt;</description>
</item>
</channel>
</rss>