Next State Logic Equations
Boolean equations derived using Karnaugh maps or Quine-McCluskey method to define the next state variables based on current state and input . Example: .
📜
The statement of the theorem
Let be the set of states, and be the set of inputs. The next state variables are defined by a set of Boolean equations derived from the transition function . For each state variable , the equation is: where is the Boolean value (1 or 0) indicating if the transition from state to occurs upon input . This is often written compactly as .
Source: Wikipedia