We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Say, I want all possible inputs ending with '000' to be mapped to a certain output:
logicmin would then generate all possibilities by itself