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:
parent
d500bd749f
commit
895e9fc70c
2 changed files with 23 additions and 8 deletions
|
@ -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; }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue