summaryrefslogtreecommitdiffstats
path: root/src/base/wlc/wlc.h
diff options
context:
space:
mode:
authorAlan Mishchenko <alanmi@berkeley.edu>2017-01-26 11:56:17 -0800
committerAlan Mishchenko <alanmi@berkeley.edu>2017-01-26 11:56:17 -0800
commit3c8c807ac16dbfc9b1960f77dd49fd244e3d718d (patch)
tree5d1a9fcbb7d7d742b16712b0e8ff6c9e04c0f291 /src/base/wlc/wlc.h
parent57286e8ab692d2df5df6e4077134b913229ba33f (diff)
downloadabc-3c8c807ac16dbfc9b1960f77dd49fd244e3d718d.tar.gz
abc-3c8c807ac16dbfc9b1960f77dd49fd244e3d718d.tar.bz2
abc-3c8c807ac16dbfc9b1960f77dd49fd244e3d718d.zip
Improvements to SMT-LIB parser.
Diffstat (limited to 'src/base/wlc/wlc.h')
-rw-r--r--src/base/wlc/wlc.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/base/wlc/wlc.h b/src/base/wlc/wlc.h
index 1df3e5e9..6f64b47a 100644
--- a/src/base/wlc/wlc.h
+++ b/src/base/wlc/wlc.h
@@ -140,6 +140,7 @@ struct Wlc_Ntk_t_
int nObjs[WLC_OBJ_NUMBER]; // counter of objects of each type
int nAnds[WLC_OBJ_NUMBER]; // counter of AND gates after blasting
int fSmtLib; // the network comes from an SMT-LIB file
+ int nAssert; // the number of asserts
// memory for objects
Wlc_Obj_t * pObjs;
int iObj;