Research Article

A Novel Graphical Technique for Combinational Logic Representation and Optimization

Algorithm 1

Redundant set generation for Pandit-Plot.
  procedure GENERATE    number of inputs
  
  for    do    Represents direct inputs
    for    do   Represents negated inputs
      
      
      
      if    then
        
     end if
     end for
   end for
  end procedure