3
0
Fork 0
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:
Clifford Wolf 2014-03-01 20:55:06 +01:00
parent e3debea4e6
commit edc2146056
3 changed files with 0 additions and 10 deletions

View file

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