3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-07-24 21:27:00 +00:00

Added statehash to ezSAT

This commit is contained in:
Clifford Wolf 2014-12-29 17:10:37 +01:00
parent 7a4d5d1c0f
commit 29a555ec7e
3 changed files with 52 additions and 8 deletions

View file

@ -83,6 +83,9 @@ public:
ezSAT();
virtual ~ezSAT();
unsigned int statehash;
void addhash(unsigned int);
void keep_cnf() { flag_keep_cnf = true; }
void non_incremental() { flag_non_incremental = true; }