I have an interesting problem with the algorithm. The problem lies in the method of modeling electronic structures.
Say, for example, I have a structure containing some gates. let's say 3-input logic element I. There are 8 possible inputs i.e.
000 001 ... 111
From these 8 inputs, if I feed only two inputs (000) and (111) , I get both possible outputs ie 0 and 1 .
So, the minimum set of input vectors that outputs the states "0" and "1", {000, 111} at the output.
The task is given a construction, some layout of the gates, gives an algorithm for finding the minimum set of input vectors, which produces as states (i.e. 0 and 1) at the final output.
language-agnostic algorithm
sud03r
source share