mirror of
https://github.com/c-cube/sidekick.git
synced 2025-12-11 13:38:43 -05:00
2 lines
No EOL
3.5 KiB
HTML
2 lines
No EOL
3.5 KiB
HTML
<!DOCTYPE html>
|
||
<html xmlns="http://www.w3.org/1999/xhtml"><head><title>Constraint (sidekick-arith.Sidekick_arith_lra.Simplex2.Make.Constraint)</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> » <a href="../../../index.html">Sidekick_arith_lra</a> » <a href="../../index.html">Simplex2</a> » <a href="../index.html">Make</a> » Constraint</nav><h1>Module <code>Make.Constraint</code></h1></header><dl><dt class="spec type" id="type-op"><a href="#type-op" class="anchor"></a><code><span class="keyword">type</span> op</code><code> = <a href="../../Op/index.html#type-t">Op.t</a></code></dt><dt class="spec type" id="type-t"><a href="#type-t" class="anchor"></a><code><span class="keyword">type</span> t</code><code> = </code><code>{</code><table class="record"><tr id="type-t.op" class="anchored"><td class="def field"><a href="#type-t.op" class="anchor"></a><code>op : <a href="index.html#type-op">op</a>;</code></td></tr><tr id="type-t.lhs" class="anchored"><td class="def field"><a href="#type-t.lhs" class="anchor"></a><code>lhs : <a href="../V/index.html#type-t">V.t</a>;</code></td></tr><tr id="type-t.rhs" class="anchored"><td class="def field"><a href="#type-t.rhs" class="anchor"></a><code>rhs : <a href="../index.html#type-num">num</a>;</code></td></tr></table><code>}</code></dt><dd><p>A constraint is the comparison of a variable to a constant.</p></dd></dl><dl><dt class="spec value" id="val-mk"><a href="#val-mk" class="anchor"></a><code><span class="keyword">val</span> mk : <a href="../V/index.html#type-t">V.t</a> <span>-></span> <a href="index.html#type-op">op</a> <span>-></span> <a href="../index.html#type-num">num</a> <span>-></span> <a href="index.html#type-t">t</a></code></dt><dt class="spec value" id="val-leq"><a href="#val-leq" class="anchor"></a><code><span class="keyword">val</span> leq : <a href="../V/index.html#type-t">V.t</a> <span>-></span> <a href="../index.html#type-num">num</a> <span>-></span> <a href="index.html#type-t">t</a></code></dt><dt class="spec value" id="val-lt"><a href="#val-lt" class="anchor"></a><code><span class="keyword">val</span> lt : <a href="../V/index.html#type-t">V.t</a> <span>-></span> <a href="../index.html#type-num">num</a> <span>-></span> <a href="index.html#type-t">t</a></code></dt><dt class="spec value" id="val-geq"><a href="#val-geq" class="anchor"></a><code><span class="keyword">val</span> geq : <a href="../V/index.html#type-t">V.t</a> <span>-></span> <a href="../index.html#type-num">num</a> <span>-></span> <a href="index.html#type-t">t</a></code></dt><dt class="spec value" id="val-gt"><a href="#val-gt" class="anchor"></a><code><span class="keyword">val</span> gt : <a href="../V/index.html#type-t">V.t</a> <span>-></span> <a href="../index.html#type-num">num</a> <span>-></span> <a href="index.html#type-t">t</a></code></dt><dt class="spec value" id="val-pp"><a href="#val-pp" class="anchor"></a><code><span class="keyword">val</span> pp : <span><a href="index.html#type-t">t</a> <a href="../../../../../sidekick/Sidekick_util/index.html#module-Fmt">Sidekick_util.Fmt</a>.printer</span></code></dt></dl></div></body></html> |