You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
etc.), including <codeclass="docutils literal notranslate"><spanclass="pre">bv2nat</span></code> and <codeclass="docutils literal notranslate"><spanclass="pre">int2bv</span></code></p></li>
134
134
</ul>
135
135
<p>Completeness for the following constructs is only guaranteed with certain
136
136
command-line flags:</p>
137
137
<ulclass="simple">
138
-
<li><p>Conversions operators between integers and reals require the
<li><p>Conversions operators from integers to reals <codeclass="docutils literal notranslate"><spanclass="pre">real_of_int</span></code> and <codeclass="docutils literal notranslate"><spanclass="pre">real_is_int</span></code>
139
+
require the <codeclass="docutils literal notranslate"><spanclass="pre">--enable-theories</span><spanclass="pre">ria</span></code> flag</p></li>
140
140
<li><p>Floating-point primitives (<codeclass="docutils literal notranslate"><spanclass="pre">ae.round</span></code>, <codeclass="docutils literal notranslate"><spanclass="pre">ae.float32</span></code> etc. in the SMT-LIB
141
141
language; <codeclass="docutils literal notranslate"><spanclass="pre">float</span></code>, <codeclass="docutils literal notranslate"><spanclass="pre">float32</span></code> and <codeclass="docutils literal notranslate"><spanclass="pre">float64</span></code> in the native language) require
142
142
the <codeclass="docutils literal notranslate"><spanclass="pre">--enable-theories</span><spanclass="pre">fpa</span></code> flag</p></li>
143
143
</ul>
144
-
<p>Model generation is known to be sometimes incomplete in the presence of arrays.</p>
144
+
<p>Model generation is known to be sometimes incomplete in the presence of arrays,
145
+
and is incomplete for the <codeclass="docutils literal notranslate"><spanclass="pre">integer_round</span></code> function.</p>
145
146
</section>
146
147
<sectionid="examples">
147
148
<h2>Examples<aclass="headerlink" href="#examples" title="Permalink to this heading"></a></h2>
0 commit comments