mirror of
https://github.com/c-cube/sidekick.git
synced 2025-12-06 11:15:43 -05:00
2 lines
No EOL
4.5 KiB
HTML
2 lines
No EOL
4.5 KiB
HTML
<!DOCTYPE html>
|
||
<html xmlns="http://www.w3.org/1999/xhtml"><head><title>Process (sidekick-bin.Sidekick_smtlib.Process)</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-bin</a> » <a href="../index.html">Sidekick_smtlib</a> » Process</nav><h1>Module <code>Sidekick_smtlib.Process</code></h1><h2 id="process-statements"><a href="#process-statements" class="anchor"></a>Process Statements</h2></header><div class="spec module" id="module-Solver"><a href="#module-Solver" class="anchor"></a><code><span class="keyword">module</span> <a href="Solver/index.html">Solver</a> : <a href="../../../sidekick/Sidekick_msat_solver/index.html#module-type-S">Sidekick_msat_solver.S</a> <span class="keyword">with</span> <span class="keyword">type</span> <a href="../../../sidekick/Sidekick_msat_solver/module-type-S/T/Term/index.html#type-t">T.Term.t</a> = <a href="../../../sidekick-base/Sidekick_base__Base_types/Term/index.html#type-t">Sidekick_base.Term.t</a> <span class="keyword">and</span> <span class="keyword">type</span> <a href="../../../sidekick/Sidekick_msat_solver/module-type-S/T/Term/index.html#type-store">T.Term.store</a> = <a href="../../../sidekick-base/Sidekick_base__Base_types/Term/index.html#type-store">Sidekick_base.Term.store</a> <span class="keyword">and</span> <span class="keyword">type</span> <a href="../../../sidekick/Sidekick_msat_solver/module-type-S/T/Ty/index.html#type-t">T.Ty.t</a> = <a href="../../../sidekick-base/Sidekick_base__Base_types/Ty/index.html#type-t">Sidekick_base.Ty.t</a> <span class="keyword">and</span> <span class="keyword">type</span> <a href="../../../sidekick/Sidekick_msat_solver/module-type-S/T/Ty/index.html#type-store">T.Ty.store</a> = <a href="../../../sidekick-base/Sidekick_base__Base_types/Ty/index.html#type-store">Sidekick_base.Ty.store</a></code></div><dl><dt class="spec value" id="val-th_bool"><a href="#val-th_bool" class="anchor"></a><code><span class="keyword">val</span> th_bool : <a href="Solver/index.html#type-theory">Solver.theory</a></code></dt><dt class="spec value" id="val-th_data"><a href="#val-th_data" class="anchor"></a><code><span class="keyword">val</span> th_data : <a href="Solver/index.html#type-theory">Solver.theory</a></code></dt><dt class="spec value" id="val-th_lra"><a href="#val-th_lra" class="anchor"></a><code><span class="keyword">val</span> th_lra : <a href="Solver/index.html#type-theory">Solver.theory</a></code></dt></dl><dl><dt class="spec type" id="type-or_error"><a href="#type-or_error" class="anchor"></a><code><span class="keyword">type</span> <span>'a or_error</span></code><code> = <span><span>(<span class="type-var">'a</span>, string)</span> CCResult.t</span></code></dt></dl><div class="spec module" id="module-Check_cc"><a href="#module-Check_cc" class="anchor"></a><code><span class="keyword">module</span> <a href="Check_cc/index.html">Check_cc</a> : <span class="keyword">sig</span> ... <span class="keyword">end</span></code></div><dl><dt class="spec value" id="val-process_stmt"><a href="#val-process_stmt" class="anchor"></a><code><span class="keyword">val</span> process_stmt : <span>?⁠hyps:<span><span><a href="Solver/Atom/index.html#type-t">Solver.Atom.t</a> list</span> <a href="../../../sidekick/Sidekick_util/Vec/index.html#type-t">Sidekick_util.Vec.t</a></span></span> <span>-></span> <span>?⁠gc:bool</span> <span>-></span> <span>?⁠restarts:bool</span> <span>-></span> <span>?⁠pp_cnf:bool</span> <span>-></span> <span>?⁠dot_proof:string</span> <span>-></span> <span>?⁠proof_file:string</span> <span>-></span> <span>?⁠pp_model:bool</span> <span>-></span> <span>?⁠check:bool</span> <span>-></span> <span>?⁠time:float</span> <span>-></span> <span>?⁠memory:float</span> <span>-></span> <span>?⁠progress:bool</span> <span>-></span> <a href="Solver/index.html#type-t">Solver.t</a> <span>-></span> <a href="../../../sidekick-base/Sidekick_base__Base_types/Statement/index.html#type-t">Sidekick_base.Statement.t</a> <span>-></span> <span>unit <a href="index.html#type-or_error">or_error</a></span></code></dt></dl></div></body></html> |