summaryrefslogtreecommitdiffstats
path: root/src/proof/acec/acecInt.h
diff options
context:
space:
mode:
authorAlan Mishchenko <alanmi@berkeley.edu>2017-01-13 21:17:00 +0700
committerAlan Mishchenko <alanmi@berkeley.edu>2017-01-13 21:17:00 +0700
commit6d606b51ab084c96d92848be789397700bb3591f (patch)
tree254815f109dd104faaec234057fe242c1f40f3f2 /src/proof/acec/acecInt.h
parent1a39fb39462d34e40e4ed9da4615d18a463471e0 (diff)
downloadabc-6d606b51ab084c96d92848be789397700bb3591f.tar.gz
abc-6d606b51ab084c96d92848be789397700bb3591f.tar.bz2
abc-6d606b51ab084c96d92848be789397700bb3591f.zip
Updates to arithmetic verification.
Diffstat (limited to 'src/proof/acec/acecInt.h')
-rw-r--r--src/proof/acec/acecInt.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/proof/acec/acecInt.h b/src/proof/acec/acecInt.h
index 0dc3f706..125d923f 100644
--- a/src/proof/acec/acecInt.h
+++ b/src/proof/acec/acecInt.h
@@ -42,13 +42,10 @@ struct Acec_Box_t_
{
Gia_Man_t * pGia; // AIG manager
Vec_Wec_t * vAdds; // adders by rank
- 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
Vec_Wec_t * vUnique; // unique leaves
- Vec_Bit_t * vInvHadds; // complemented half adders
};
////////////////////////////////////////////////////////////////////////