Skip to content

Commit

Permalink
Fix in ESOP balancing
Browse files Browse the repository at this point in the history
  • Loading branch information
aletempiac committed Aug 24, 2023
1 parent 1d2f04f commit 660e6a1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions include/mockturtle/algorithms/balancing/esop_balancing.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -277,6 +277,7 @@ struct esop_rebalancing

if ( n_lit < lit )
{
inverted = true;
return sop_hash_[~func] = n_sop;
}
}
Expand Down

0 comments on commit 660e6a1

Please sign in to comment.