summaryrefslogtreecommitdiffstats
path: root/src/sat/cnf/cnf_.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/sat/cnf/cnf_.c')
-rw-r--r--src/sat/cnf/cnf_.c53
1 files changed, 53 insertions, 0 deletions
diff --git a/src/sat/cnf/cnf_.c b/src/sat/cnf/cnf_.c
new file mode 100644
index 00000000..acf75093
--- /dev/null
+++ b/src/sat/cnf/cnf_.c
@@ -0,0 +1,53 @@
+/**CFile****************************************************************
+
+ FileName [cnf_.c]
+
+ SystemName [ABC: Logic synthesis and verification system.]
+
+ PackageName [AIG-to-CNF conversion.]
+
+ Synopsis []
+
+ Author [Alan Mishchenko]
+
+ Affiliation [UC Berkeley]
+
+ Date [Ver. 1.0. Started - April 28, 2007.]
+
+ Revision [$Id: cnf_.c,v 1.00 2007/04/28 00:00:00 alanmi Exp $]
+
+***********************************************************************/
+
+#include "cnf.h"
+
+ABC_NAMESPACE_IMPL_START
+
+
+////////////////////////////////////////////////////////////////////////
+/// DECLARATIONS ///
+////////////////////////////////////////////////////////////////////////
+
+////////////////////////////////////////////////////////////////////////
+/// FUNCTION DEFINITIONS ///
+////////////////////////////////////////////////////////////////////////
+
+/**Function*************************************************************
+
+ Synopsis []
+
+ Description []
+
+ SideEffects []
+
+ SeeAlso []
+
+***********************************************************************/
+
+
+////////////////////////////////////////////////////////////////////////
+/// END OF FILE ///
+////////////////////////////////////////////////////////////////////////
+
+
+ABC_NAMESPACE_IMPL_END
+