3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-08-10 21:20:53 +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

@ -342,7 +342,6 @@ void ezSAT::clear()
cnfLiteralVariables.clear();
cnfExpressionVariables.clear();
cnfClauses.clear();
cnfAssumptions.clear();
}
void ezSAT::freeze(int)
@ -351,7 +350,6 @@ void ezSAT::freeze(int)
void ezSAT::assume(int id)
{
cnfAssumptions.insert(id);
if (id < 0)
{