3
0
Fork 0
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:
Clifford Wolf 2014-03-01 21:00:34 +01:00
parent 23f0a12c72
commit d500bd749f
4 changed files with 17 additions and 3 deletions

View file

@ -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;