removed debug print statment
This commit is contained in:
parent
71e56afb9f
commit
9b87f251d3
1 changed files with 0 additions and 2 deletions
2
main.py
2
main.py
|
|
@ -117,8 +117,6 @@ Z = 0b0000_0000_1111_1111
|
|||
M = 0b1111_1111_1111_1111
|
||||
|
||||
def calculate_simplifications(args, available_operators):
|
||||
print(f'available_operators = {available_operators}')
|
||||
|
||||
lookup = dict() # truthtable -> expression
|
||||
|
||||
costs = dict() # truthtable -> cost
|
||||
|
|
|
|||
Loading…
Reference in a new issue