You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
|
|
<!DOCTYPE html>
|
|
|
|
|
<html xmlns="http://www.w3.org/1999/xhtml"><head><title>Topllib__ToplAutomaton (infer.Topllib__ToplAutomaton)</title><link rel="stylesheet" href="../../odoc.css"/><meta charset="utf-8"/><meta name="generator" content="odoc 1.5.1"/><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">infer</a> » Topllib__ToplAutomaton</nav><h1>Module <code>Topllib__ToplAutomaton</code></h1></header><dl><dt class="spec type" id="type-t"><a href="#type-t" class="anchor"></a><code><span class="keyword">type</span> t</code></dt><dt class="spec type" id="type-vindex"><a href="#type-vindex" class="anchor"></a><code><span class="keyword">type</span> vindex</code><code> = int</code></dt><dd><p>from 0 to vcount()-1, inclusive</p></dd></dl><div><div class="spec include"><div class="doc"><dl><dt class="spec value" id="val-compare_vindex"><a href="#val-compare_vindex" class="anchor"></a><code><span class="keyword">val</span> compare_vindex : <a href="index.html#type-vindex">vindex</a> <span>-></span> <a href="index.html#type-vindex">vindex</a> <span>-></span> int</code></dt></dl></div></div></div><dl><dt class="spec type" id="type-tindex"><a href="#type-tindex" class="anchor"></a><code><span class="keyword">type</span> tindex</code><code> = int</code></dt><dd><p>from 0 to tcount()-1, inclusive</p></dd></dl><dl><dt class="spec type" id="type-transition"><a href="#type-transition" class="anchor"></a><code><span class="keyword">type</span> transition</code><code> = </code><code>{</code><table class="record"><tr id="type-transition.source" class="anchored"><td class="def field"><a href="#type-transition.source" class="anchor"></a><code>source : <a href="index.html#type-vindex">vindex</a>;</code></td></tr><tr id="type-transition.target" class="anchored"><td class="def field"><a href="#type-transition.target" class="anchor"></a><code>target : <a href="index.html#type-vindex">vindex</a>;</code></td></tr><tr id="type-transition.label" class="anchored"><td class="def field"><a href="#type-transition.label" class="anchor"></a><code>label : <span><a href="../Topllib/ToplAst/index.html#type-label">Topllib.ToplAst.label</a> option</span>;</code></td></tr></table><code>}</code></dt></dl><dl><dt class="spec value" id="val-make"><a href="#val-make" class="anchor"></a><code><span class="keyword">val</span> make : <span><a href="../Topllib/ToplAst/index.html#type-t">Topllib.ToplAst.t</a> list</span> <span>-></span> <a href="index.html#type-t">t</a></code></dt><dt class="spec value" id="val-vcount"><a href="#val-vcount" class="anchor"></a><code><span class="keyword">val</span> vcount : <a href="index.html#type-t">t</a> <span>-></span> int</code></dt><dt class="spec value" id="val-tfilter_map"><a href="#val-tfilter_map" class="anchor"></a><code><span class="keyword">val</span> tfilter_map : <a href="index.html#type-t">t</a> <span>-></span> <span>f:<span>(<a href="index.html#type-transition">transition</a> <span>-></span> <span><span class="type-var">'a</span> option</span>)</span></span> <span>-></span> <span><span class="type-var">'a</span> list</span></code></dt><dt class="spec value" id="val-registers"><a href="#val-registers" class="anchor"></a><code><span class="keyword">val</span> registers : <a href="index.html#type-t">t</a> <span>-></span> <span><a href="../Topllib/ToplAst/index.html#type-register_name">Topllib.ToplAst.register_name</a> list</span></code></dt><dt class="spec value" id="val-pp_message_of_state"><a href="#val-pp_message_of_state" class="anchor"></a><code><span class="keyword">val</span> pp_message_of_state : Stdlib.Format.formatter <span>-></span> <span>(<a href="index.html#type-t">t</a> * <a href="index.html#type-tindex">tindex</a>)</span> <span>-></span> unit</code></dt><dd><p>Print "property P reaches state E".</p></dd></dl><dl><dt class="spec v
|