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.

2 lines
3.1 KiB

<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml"><head><title>Biabduction__Absarray (infer.Biabduction__Absarray)</title><link rel="stylesheet" href="../../odoc.css"/><meta charset="utf-8"/><meta name="generator" content="odoc 1.5.0"/><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> &#x00BB; Biabduction__Absarray</nav><h1>Module <code>Biabduction__Absarray</code></h1></header><dl><dt class="spec value" id="val-array_clean_new_index"><a href="#val-array_clean_new_index" class="anchor"></a><code><span class="keyword">val</span> array_clean_new_index : bool <span>&#45;&gt;</span> <a href="../IR/Exp/index.html#type-t">IR.Exp.t</a> <span>&#45;&gt;</span> <a href="../IR/Exp/index.html#type-t">IR.Exp.t</a></code></dt><dd><p>This function should be used before adding a new index to Earray. The <code>exp</code> is the newly created index. This function &quot;cleans&quot; <code>exp</code> according to whether it is the footprint or current part of the prop. The function faults in the re - execution mode, as an internal check of the tool.</p></dd></dl><aside><p>Abstraction for Arrays</p></aside><dl><dt class="spec value" id="val-abstract_array_check"><a href="#val-abstract_array_check" class="anchor"></a><code><span class="keyword">val</span> abstract_array_check : <a href="../IR/Tenv/index.html#type-t">IR.Tenv.t</a> <span>&#45;&gt;</span> <span><a href="../Biabduction/Prop/index.html#type-normal">Biabduction.Prop.normal</a> <a href="../Biabduction/Prop/index.html#type-t">Biabduction.Prop.t</a></span> <span>&#45;&gt;</span> <span><a href="../Biabduction/Prop/index.html#type-normal">Biabduction.Prop.normal</a> <a href="../Biabduction/Prop/index.html#type-t">Biabduction.Prop.t</a></span></code></dt><dd><p>Apply array abstraction and check the result</p></dd></dl><dl><dt class="spec value" id="val-array_abstraction_performed"><a href="#val-array_abstraction_performed" class="anchor"></a><code><span class="keyword">val</span> array_abstraction_performed : <span>bool <a href="../IStdlib/index.html#module-IStd">IStdlib.IStd</a>.ref</span></code></dt><dd><p>Remember whether array abstraction was performed (to be reset before calling Abs.abstract)</p></dd></dl><dl><dt class="spec value" id="val-remove_redundant_elements"><a href="#val-remove_redundant_elements" class="anchor"></a><code><span class="keyword">val</span> remove_redundant_elements : <a href="../IR/Tenv/index.html#type-t">IR.Tenv.t</a> <span>&#45;&gt;</span> <span><a href="../Biabduction/Prop/index.html#type-normal">Biabduction.Prop.normal</a> <a href="../Biabduction/Prop/index.html#type-t">Biabduction.Prop.t</a></span> <span>&#45;&gt;</span> <span><a href="../Biabduction/Prop/index.html#type-normal">Biabduction.Prop.normal</a> <a href="../Biabduction/Prop/index.html#type-t">Biabduction.Prop.t</a></span></code></dt><dd><p>remove redundant elements in an array</p></dd></dl></div></body></html>