summaryrefslogtreecommitdiffstats
path: root/src/proof/acec/acecInt.h
diff options
context:
space:
mode:
authorAlan Mishchenko <alanmi@berkeley.edu>2017-01-10 19:19:02 +0700
committerAlan Mishchenko <alanmi@berkeley.edu>2017-01-10 19:19:02 +0700
commit4bfb97d3e1b313f4b72ee0fa7adfa8949236db85 (patch)
tree3610c02d1356014f6fc615f8344c0cadfceea16c /src/proof/acec/acecInt.h
parent5fbc0cd7f09a382241266404d78c18c5443d2b9d (diff)
downloadabc-4bfb97d3e1b313f4b72ee0fa7adfa8949236db85.tar.gz
abc-4bfb97d3e1b313f4b72ee0fa7adfa8949236db85.tar.bz2
abc-4bfb97d3e1b313f4b72ee0fa7adfa8949236db85.zip
Updates to arithmetic verification.
Diffstat (limited to 'src/proof/acec/acecInt.h')
-rw-r--r--src/proof/acec/acecInt.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/proof/acec/acecInt.h b/src/proof/acec/acecInt.h
index 065f6300..08f163e0 100644
--- a/src/proof/acec/acecInt.h
+++ b/src/proof/acec/acecInt.h
@@ -41,6 +41,8 @@ typedef struct Acec_Box_t_ Acec_Box_t;
struct Acec_Box_t_
{
Gia_Man_t * pGia; // AIG manager
+ Vec_Wec_t * vLeafs; // leaf literals by rank
+ Vec_Wec_t * vRoots; // root literals by rank
Vec_Wec_t * vLeafLits; // leaf literals by rank
Vec_Wec_t * vRootLits; // root literals by rank
Vec_Wec_t * vShared; // shared leaves