summaryrefslogtreecommitdiffstats
path: root/src/proof/acec/acecInt.h
diff options
context:
space:
mode:
authorAlan Mishchenko <alanmi@berkeley.edu>2016-05-11 11:07:34 -0700
committerAlan Mishchenko <alanmi@berkeley.edu>2016-05-11 11:07:34 -0700
commit6e8efec57d5ef07ca33a3cefc3c1e6c3f7c70856 (patch)
treea932d3800b3dcd220173982289f5bc0c01613a4c /src/proof/acec/acecInt.h
parentc89f987dc7aeea7efa4506503446fd22a1cfd7d3 (diff)
downloadabc-6e8efec57d5ef07ca33a3cefc3c1e6c3f7c70856.tar.gz
abc-6e8efec57d5ef07ca33a3cefc3c1e6c3f7c70856.tar.bz2
abc-6e8efec57d5ef07ca33a3cefc3c1e6c3f7c70856.zip
Experiments with CEC for arithmetic circuits.
Diffstat (limited to 'src/proof/acec/acecInt.h')
-rw-r--r--src/proof/acec/acecInt.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/proof/acec/acecInt.h b/src/proof/acec/acecInt.h
index 7f70658e..e761e56e 100644
--- a/src/proof/acec/acecInt.h
+++ b/src/proof/acec/acecInt.h
@@ -56,6 +56,7 @@ ABC_NAMESPACE_HEADER_START
/*=== acecUtil.c ========================================================*/
extern void Gia_PolynAnalyzeXors( Gia_Man_t * pGia, int fVerbose );
+extern Vec_Int_t * Gia_PolynCollectLastXor( Gia_Man_t * pGia, int fVerbose );
ABC_NAMESPACE_HEADER_END