Research Article

Graph-Based Symbolic Technique and Its Application in the Frequency Response Bound Analysis of Analog Integrated Circuits

Algorithm 1

Build graph ( , Ancestor).
number of Columns of
number of Rows of
set of descendants of
Ensure:
function buildGraph( , Ancestor)
  if     then
  
  for   to   do
    for all Columns that   do
      if BUILDGRAPH( )   then
        
        
  else
    if     then
        
  return