logicmin icon indicating copy to clipboard operation
logicmin copied to clipboard

Allow using '-' in input

Open ghost opened this issue 4 years ago • 0 comments
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

ghost avatar Feb 24 '21 09:02 ghost