1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28
|
<html>
<head><title>ACL2-PC_colon__colon_BDD.html -- ACL2 Version 3.1</title></head>
<body text=#000000 bgcolor="#FFFFFF">
<h3>ACL2-PC::BDD</h3>(atomic macro)
<code> </code>prove the current goal using bdds
<pre>Major Section: <a href="PROOF-CHECKER-COMMANDS.html">PROOF-CHECKER-COMMANDS</a>
</pre><p>
<pre>
Examples:
bdd
(bdd :vars nil :bdd-constructors (cons) :prove t :literal :all)
</pre>
<p>
The general form is as shown in the latter example above, but with
any keyword-value pairs omitted and with values as described for the
<code>:</code><code><a href="BDD.html">bdd</a></code> hint; see <a href="HINTS.html">hints</a>.<p>
This command simply calls the theorem prover with the indicated bdd
hint for the top-level goal. Note that if <code>:prove</code> is <code>t</code> (the
default), then the proof will succeed entirely using bdds or else
it will fail immediately. See <a href="BDD.html">bdd</a>.
<br><br><br><a href="acl2-doc.html"><img src="llogo.gif"></a> <a href="acl2-doc-index.html"><img src="index.gif"></a>
</body>
</html>
|