3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-08-05 19:00:26 +00:00

Improved ezsat stand-alone tests

This commit is contained in:
Clifford Wolf 2014-05-06 13:48:25 +02:00
parent a5a519a9d1
commit 30774ec6bc
4 changed files with 24 additions and 106 deletions

View file

@ -260,8 +260,10 @@ int main()
std::vector<int> modelExpressions;
std::vector<bool> modelValues;
for (auto &it : blockinfo)
for (auto &it : blockinfo) {
ez.freeze(it.first);
modelExpressions.push_back(it.first);
}
int solution_counter = 0;
while (1)