<htmlxmlns="http://www.w3.org/1999/xhtml"><head><title>State (infer.Biabduction.State)</title><linkrel="stylesheet"href="../../../odoc.css"/><metacharset="utf-8"/><metaname="generator"content="odoc 1.5.1"/><metaname="viewport"content="width=device-width,initial-scale=1.0"/><scriptsrc="../../../highlight.pack.js"></script><script>hljs.initHighlightingOnLoad();</script></head><body><divclass="content"><header><nav><ahref="../index.html">Up</a>–<ahref="../../index.html">infer</a>»<ahref="../index.html">Biabduction</a>» State</nav><h1>Module <code>Biabduction.State</code></h1></header><aside><p>State of symbolic execution</p></aside><dl><dtclass="spec type"id="type-t"><ahref="#type-t"class="anchor"></a><code><spanclass="keyword">type</span> t</code></dt><dd><p>Internal state</p></dd></dl><dl><dtclass="spec value"id="val-add_diverging_states"><ahref="#val-add_diverging_states"class="anchor"></a><code><spanclass="keyword">val</span> add_diverging_states : <ahref="../Paths/PathSet/index.html#type-t">Paths.PathSet.t</a><span>-></span> unit</code></dt><dd><p>Add diverging states</p></dd></dl><dl><dtclass="spec value"id="val-get_diverging_states_node"><ahref="#val-get_diverging_states_node"class="anchor"></a><code><spanclass="keyword">val</span> get_diverging_states_node : unit <span>-></span><ahref="../Paths/PathSet/index.html#type-t">Paths.PathSet.t</a></code></dt><dd><p>Get the diverging states for the node</p></dd></dl><dl><dtclass="spec value"id="val-get_diverging_states_proc"><ahref="#val-get_diverging_states_proc"class="anchor"></a><code><spanclass="keyword">val</span> get_diverging_states_proc : unit <span>-></span><ahref="../Paths/PathSet/index.html#type-t">Paths.PathSet.t</a></code></dt><dd><p>Get the diverging states for the procedure</p></dd></dl><dl><dtclass="spec value"id="val-get_inst_update"><ahref="#val-get_inst_update"class="anchor"></a><code><spanclass="keyword">val</span> get_inst_update : <ahref="../../IR/PredSymb/index.html#type-path_pos">IR.PredSymb.path_pos</a><span>-></span><ahref="../Predicates/index.html#type-inst">Predicates.inst</a></code></dt><dd><p>Get update instrumentation for the current loc</p></dd></dl><dl><dtclass="spec value"id="val-get_loc_trace"><ahref="#val-get_loc_trace"class="anchor"></a><code><spanclass="keyword">val</span> get_loc_trace : unit <span>-></span><ahref="../../Absint/Errlog/index.html#type-loc_trace">Absint.Errlog.loc_trace</a></code></dt><dd><p>Get the location trace of the last path seen in symbolic execution</p></dd></dl><dl><dtclass="spec value"id="val-get_normalized_pre"><ahref="#val-get_normalized_pre"class="anchor"></a><code><spanclass="keyword">val</span> get_normalized_pre : <span>(<ahref="../../IR/Tenv/index.html#type-t">IR.Tenv.t</a><span>-></span><span><ahref="../Prop/index.html#type-normal">Prop.normal</a><ahref="../Prop/index.html#type-t">Prop.t</a></span><span>-></span><span><ahref="../Prop/index.html#type-normal">Prop.normal</a><ahref="../Prop/index.html#type-t">Prop.t</a></span>)</span><span>-></span><span><span><ahref="../Prop/index.html#type-normal">Prop.normal</a><ahref="../Prop/index.html#type-t">Prop.t</a></span> option</span></code></dt><dd><p>return the normalized precondition extracted form the last prop seen, if any the abstraction function is a parameter to get around module dependencies</p></dd></dl><dl><dtclass="spec value"id="val-get_path"><ahref="#val-get_path"class="anchor"></a><code><spanclass="keyword">val</span> get_path : unit <span>-></span><ahref="../Paths/Path/index.html#type-t">Paths.Path.t</a> * <span><ahref="../../IR/PredSymb/index.html#type-path_pos">IR.PredSymb.path_pos</a> option</span></code></dt><dd><p>Get last path seen in symbolic execution</p></dd></dl><dl><dtclass="spec value"id="val-get_path_pos"><ahref="#val-get_path_pos"class="anchor"></a><code><spanclass="keyword">val</span> get_path_pos : unit <span>-></span><ahref="../../IR/PredSymb/index.