mirror of
https://github.com/c-cube/sidekick.git
synced 2025-12-06 11:15:43 -05:00
2 lines
No EOL
4.2 KiB
HTML
2 lines
No EOL
4.2 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="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/A/Term/index.html#type-t">A.Term.t</a> = <a href="../../../sidekick/Sidekick_base_term__Base_types/Term/index.html#type-t">Sidekick_base_term.Term.t</a> <span class="keyword">and</span> <span class="keyword">type</span> <a href="../../../sidekick/Sidekick_msat_solver/module-type-S/A/Term/index.html#type-state">A.Term.state</a> = <a href="../../../sidekick/Sidekick_base_term__Base_types/Term/index.html#type-state">Sidekick_base_term.Term.state</a> <span class="keyword">and</span> <span class="keyword">type</span> <a href="../../../sidekick/Sidekick_msat_solver/module-type-S/A/Ty/index.html#type-t">A.Ty.t</a> = <a href="../../../sidekick/Sidekick_base_term__Base_types/Ty/index.html#type-t">Sidekick_base_term.Ty.t</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></dl><dl><dt class="spec type" id="type-or_error"><a href="#type-or_error" class="anchor"></a><code><span class="keyword">type</span> 'a or_error</code><code> = (<span class="type-var">'a</span>, string) CCResult.t</code></dt></dl><dl><dt class="spec value" id="val-conv_ty"><a href="#val-conv_ty" class="anchor"></a><code><span class="keyword">val</span> conv_ty : <a href="../Ast/Ty/index.html#type-t">Ast.Ty.t</a> <span>-></span> <a href="../../../sidekick/Sidekick_base_term__Base_types/Ty/index.html#type-t">Sidekick_base_term.Ty.t</a></code></dt><dt class="spec value" id="val-conv_term"><a href="#val-conv_term" class="anchor"></a><code><span class="keyword">val</span> conv_term : <a href="../../../sidekick/Sidekick_base_term__Base_types/Term/index.html#type-state">Sidekick_base_term.Term.state</a> <span>-></span> <a href="../Ast/index.html#type-term">Ast.term</a> <span>-></span> <a href="../../../sidekick/Sidekick_base_term__Base_types/Term/index.html#type-t">Sidekick_base_term.Term.t</a></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 : ?⁠hyps:<a href="Solver/Atom/index.html#type-t">Solver.Atom.t</a> list <a href="../../../sidekick/Sidekick_util/index.html#module-Vec">Sidekick_util.Vec</a>.t <span>-></span> ?⁠gc:bool <span>-></span> ?⁠restarts:bool <span>-></span> ?⁠pp_cnf:bool <span>-></span> ?⁠dot_proof:string <span>-></span> ?⁠pp_model:bool <span>-></span> ?⁠check:bool <span>-></span> ?⁠time:float <span>-></span> ?⁠memory:float <span>-></span> ?⁠progress:bool <span>-></span> <a href="Solver/index.html#type-t">Solver.t</a> <span>-></span> <a href="../Ast/index.html#type-statement">Ast.statement</a> <span>-></span> unit <a href="index.html#type-or_error">or_error</a></code></dt></dl></div></body></html> |