mirror of
https://github.com/YosysHQ/yosys
synced 2025-07-24 13:18:56 +00:00
Added ezSAT::eliminated API to help the SAT solver remember eliminated variables
This commit is contained in:
parent
23f0a12c72
commit
d500bd749f
4 changed files with 17 additions and 3 deletions
|
@ -141,6 +141,7 @@ public:
|
|||
|
||||
virtual void clear();
|
||||
virtual void freeze(int id);
|
||||
virtual bool eliminated(int idx);
|
||||
void assume(int id);
|
||||
int bind(int id);
|
||||
int bound(int id) const;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue