diff options
author | Alan Mishchenko <alanmi@berkeley.edu> | 2014-04-06 12:07:04 -0700 |
---|---|---|
committer | Alan Mishchenko <alanmi@berkeley.edu> | 2014-04-06 12:07:04 -0700 |
commit | faf3bf34af25297baeb454597c7d92aa75778961 (patch) | |
tree | eb6cc83b5669b43aba0fbcb04d8d9f61a570ed47 /src/bool/kit/kit.h | |
parent | 9c502b70f392e2a797f5105c916d558f6108748b (diff) | |
download | abc-faf3bf34af25297baeb454597c7d92aa75778961.tar.gz abc-faf3bf34af25297baeb454597c7d92aa75778961.tar.bz2 abc-faf3bf34af25297baeb454597c7d92aa75778961.zip |
Improvement in SOP balancing.
Diffstat (limited to 'src/bool/kit/kit.h')
-rw-r--r-- | src/bool/kit/kit.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/bool/kit/kit.h b/src/bool/kit/kit.h index 614f2fd5..8517fcc7 100644 --- a/src/bool/kit/kit.h +++ b/src/bool/kit/kit.h @@ -51,6 +51,7 @@ ABC_NAMESPACE_HEADER_START typedef struct Kit_Sop_t_ Kit_Sop_t; struct Kit_Sop_t_ { + int nLits; // the number of literals int nCubes; // the number of cubes unsigned * pCubes; // the storage for cubes }; |