mirror of
https://github.com/YosysHQ/yosys
synced 2025-07-24 21:27:00 +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
|
@ -61,6 +61,7 @@ public:
|
|||
virtual void clear();
|
||||
#if EZMINISAT_SIMPSOLVER && EZMINISAT_INCREMENTAL
|
||||
virtual void freeze(int id);
|
||||
virtual bool eliminated(int idx);
|
||||
#endif
|
||||
virtual bool solver(const std::vector<int> &modelExpressions, std::vector<bool> &modelValues, const std::vector<int> &assumptions);
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue