ChengsongTanPhdThesis/Chapters/Bitcoded2.tex
changeset 539 7cf9f17aa179
parent 538 8016a2480704
child 543 b2bea5968b89
equal deleted inserted replaced
538:8016a2480704 539:7cf9f17aa179
   116 will be reduced to just 17 and stays constant, no matter how long the
   116 will be reduced to just 17 and stays constant, no matter how long the
   117 input string is.
   117 input string is.
   118 
   118 
   119 
   119 
   120 
   120 
   121 
   121 \section{ $(a^*\cdot a^*)^*$ against $\protect\underbrace{aa\ldots a}_\text{n \textit{a}s}$ After Simplification}
   122 
   122 We 
       
   123 Unlike in \ref{fig:BetterWaterloo}, the size with simplification now stay nicely constant with current
       
   124 simplification rules (we put the graphs together to show the contrast)
       
   125 \begin{tabular}{ll}
       
   126 \begin{tikzpicture}
       
   127 \begin{axis}[
       
   128     xlabel={$n$},
       
   129     ylabel={derivative size},
       
   130         width=7cm,
       
   131     height=4cm, 
       
   132     legend entries={Lexer with $\bsimp$},  
       
   133     legend pos=  south east,
       
   134     legend cell align=left]
       
   135 \addplot[red,mark=*, mark options={fill=white}] table {BitcodedLexer.data};
       
   136 \end{axis}
       
   137 \end{tikzpicture} %\label{fig:BitcodedLexer}
       
   138 &
       
   139 \begin{tikzpicture}
       
   140 \begin{axis}[
       
   141     xlabel={$n$},
       
   142     ylabel={derivative size},
       
   143     width = 7cm,
       
   144     height = 4cm,
       
   145     legend entries={Lexer without $\bsimp$},  
       
   146     legend pos=  north west,
       
   147     legend cell align=left]
       
   148 \addplot[red,mark=*, mark options={fill=white}] table {BetterWaterloo.data};
       
   149 \end{axis}
       
   150 \end{tikzpicture} 
       
   151 \end{tabular}
   123 
   152 
   124 
   153 
   125 
   154 
   126 
   155 
   127 
   156