logicmin
logicmin copied to clipboard
Allow using '-' in input
trafficstars
Say, I want all possible inputs ending with '000' to be mapped to a certain output:
import logicmin
t = logicmin.TT(7,16)
t.add("----000","0100000000000010")
logicmin would then generate all possibilities by itself