mirror of
https://github.com/c-cube/sidekick.git
synced 2025-12-08 04:05:43 -05:00
2 lines
No EOL
2.3 KiB
HTML
2 lines
No EOL
2.3 KiB
HTML
<!DOCTYPE html>
|
||
<html xmlns="http://www.w3.org/1999/xhtml"><head><title>Sidekick_arith_lra__Simplex2 (sidekick-arith.Sidekick_arith_lra__Simplex2)</title><link rel="stylesheet" href="../../odoc.css"/><meta charset="utf-8"/><meta name="generator" content="odoc 1.5.2"/><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-arith</a> » Sidekick_arith_lra__Simplex2</nav><h1>Module <code>Sidekick_arith_lra__Simplex2</code></h1><h2 id="fast-simplex-for-cdcl(t)"><a href="#fast-simplex-for-cdcl(t)" class="anchor"></a>Fast Simplex for CDCL(T)</h2><p>We follow the paper "Integrating Simplex with DPLL(T )" from de Moura and Dutertre.</p></header><div class="spec module-type" id="module-type-VAR"><a href="#module-type-VAR" class="anchor"></a><code><span class="keyword">module</span> <span class="keyword">type</span> <a href="module-type-VAR/index.html">VAR</a> = <a href="../Sidekick_arith_lra__/Linear_expr_intf/index.html#module-type-VAR">Sidekick_arith_lra__.Linear_expr_intf.VAR</a></code></div><dl><dt class="spec module" id="module-Op"><a href="#module-Op" class="anchor"></a><code><span class="keyword">module</span> <a href="Op/index.html">Op</a> : <span class="keyword">sig</span> ... <span class="keyword">end</span></code></dt><dd></dd></dl><div class="spec module-type" id="module-type-S"><a href="#module-type-S" class="anchor"></a><code><span class="keyword">module</span> <span class="keyword">type</span> <a href="module-type-S/index.html">S</a> = <span class="keyword">sig</span> ... <span class="keyword">end</span></code></div><div class="spec module" id="module-Make"><a href="#module-Make" class="anchor"></a><code><span class="keyword">module</span> <a href="Make/index.html">Make</a> : <span class="keyword">functor</span> (<a href="Make/argument-1-Var/index.html">Var</a> : <a href="index.html#module-type-VAR">VAR</a>) <span>-></span> <a href="index.html#module-type-S">S</a> <span class="keyword">with</span> <span class="keyword">module</span> <a href="Make/V/index.html">V</a> = <a href="Make/index.html#argument-1-Var">Var</a></code></div></div></body></html> |