summaryrefslogtreecommitdiff
path: root/src/proof/simplify_boolean_node.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/proof/simplify_boolean_node.h')
-rw-r--r--src/proof/simplify_boolean_node.h27
1 files changed, 27 insertions, 0 deletions
diff --git a/src/proof/simplify_boolean_node.h b/src/proof/simplify_boolean_node.h
new file mode 100644
index 000000000..dcf7e93db
--- /dev/null
+++ b/src/proof/simplify_boolean_node.h
@@ -0,0 +1,27 @@
+/********************* */
+/*! \file simplify_boolean_node.h
+ ** \verbatim
+ ** Top contributors (to current version):
+ ** Guy Katz
+ ** This file is part of the CVC4 project.
+ ** Copyright (c) 2009-2016 by the authors listed in the file AUTHORS
+ ** in the top-level source directory) and their institutional affiliations.
+ ** All rights reserved. See the file COPYING in the top-level source
+ ** directory for licensing information.\endverbatim
+ **
+ ** \brief Simplifying a boolean node, needed for constructing LFSC proofs.
+ **
+ **/
+
+#include "cvc4_private.h"
+
+#ifndef __CVC4__SIMPLIFY_BOOLEAN_NODE_H
+#define __CVC4__SIMPLIFY_BOOLEAN_NODE_H
+
+namespace CVC4 {
+
+Node simplifyBooleanNode(const Node &n);
+
+}/* CVC4 namespace */
+
+#endif /* __CVC4__SIMPLIFY_BOOLEAN_NODE_H */
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback