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:
parent
e3debea4e6
commit
edc2146056
3 changed files with 0 additions and 10 deletions
|
@ -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)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue