cjdrake / pyeda

Python EDA
BSD 2-Clause "Simplified" License
301 stars 55 forks source link

Truth tables with more variables #159

Closed bzzzuka closed 4 years ago

bzzzuka commented 4 years ago

For example I am having function AND(x1,x2). How can I get truth table for this function if there are 4 variables? Like And(x1,x2,OR(NOT(x3),x3,x4,NOT(x4)) I want to get tables for bigger dimensions if function does not have all the variables which could be there.