mirror of
https://github.com/YosysHQ/yosys
synced 2025-09-01 15:50:42 +00:00
Removed ezSAT::assumed() API
This commit is contained in:
parent
e3debea4e6
commit
edc2146056
3 changed files with 0 additions and 10 deletions
|
@ -38,11 +38,6 @@ struct xorshift128 {
|
|||
|
||||
bool test(ezSAT &sat, int assumption = 0)
|
||||
{
|
||||
for (auto id : sat.assumed())
|
||||
printf("%s\n", sat.to_string(id).c_str());
|
||||
if (assumption)
|
||||
printf("%s\n", sat.to_string(assumption).c_str());
|
||||
|
||||
std::vector<int> modelExpressions;
|
||||
std::vector<bool> modelValues;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue