mirror of
https://github.com/c-cube/sidekick.git
synced 2025-12-07 19:55:41 -05:00
2 lines
No EOL
2.2 KiB
HTML
2 lines
No EOL
2.2 KiB
HTML
<!DOCTYPE html>
|
||
<html xmlns="http://www.w3.org/1999/xhtml"><head><title>Th_bool (sidekick-base.Sidekick_base_solver.Th_bool)</title><link rel="stylesheet" href="../../../odoc.css"/><meta charset="utf-8"/><meta name="generator" content="odoc 1.5.3"/><meta name="viewport" content="width=device-width,initial-scale=1.0"/><script src="../../../highlight.pack.js"></script><script>hljs.initHighlightingOnLoad();</script></head><body><div class="content"><header><nav><a href="../index.html">Up</a> – <a href="../../index.html">sidekick-base</a> » <a href="../index.html">Sidekick_base_solver</a> » Th_bool</nav><h1>Module <code>Sidekick_base_solver.Th_bool</code></h1><p>Reducing boolean formulas to clauses</p></header><div class="spec module" id="module-A"><a href="#module-A" class="anchor"></a><code><span class="keyword">module</span> <a href="A/index.html">A</a> : <span class="keyword">sig</span> ... <span class="keyword">end</span></code></div><dl><dt class="spec type" id="type-state"><a href="#type-state" class="anchor"></a><code><span class="keyword">type</span> state</code></dt></dl><dl><dt class="spec value" id="val-create"><a href="#val-create" class="anchor"></a><code><span class="keyword">val</span> create : <a href="A/S/T/Term/index.html#type-store">A.S.T.Term.store</a> <span>-></span> <a href="A/S/T/Ty/index.html#type-store">A.S.T.Ty.store</a> <span>-></span> <a href="index.html#type-state">state</a></code></dt><dt class="spec value" id="val-simplify"><a href="#val-simplify" class="anchor"></a><code><span class="keyword">val</span> simplify : <a href="index.html#type-state">state</a> <span>-></span> <a href="A/S/Solver_internal/index.html#type-simplify_hook">A.S.Solver_internal.simplify_hook</a></code></dt><dt class="spec value" id="val-cnf"><a href="#val-cnf" class="anchor"></a><code><span class="keyword">val</span> cnf : <a href="index.html#type-state">state</a> <span>-></span> <a href="A/S/Solver_internal/index.html#type-preprocess_hook">A.S.Solver_internal.preprocess_hook</a></code></dt><dt class="spec value" id="val-theory"><a href="#val-theory" class="anchor"></a><code><span class="keyword">val</span> theory : <a href="A/S/index.html#type-theory">A.S.theory</a></code></dt></dl></div></body></html> |