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

ezSAT: Fixed handling of eliminated Literals, added auto-freeze for expressions

This commit is contained in:
Clifford Wolf 2014-03-03 02:12:45 +01:00
parent d500bd749f
commit 895e9fc70c
2 changed files with 23 additions and 8 deletions

View file

@ -143,7 +143,7 @@ public:
virtual void freeze(int id);
virtual bool eliminated(int idx);
void assume(int id);
int bind(int id);
int bind(int id, bool auto_freeze = true);
int bound(int id) const;
int numCnfVariables() const { return cnfVariableCount; }