Skip to content

Commit

Permalink
minor changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Marienus Heule authored and Marienus Heule committed Jun 26, 2023
1 parent bc8faba commit 86f86f7
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions paper/main.tex
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ \section{Introduction}

\section{Setting the stage}

We must begin by setting up the prerequisite definitions involved in our work.
We begin by setting up the prerequisite definitions involved in our work.
First, we provide the definition and semantics for \ltl. In the following subsections, we define (state-based) \Buchi automata and $\omega$-regular expressions, which are generalizations of the well-known deterministic finite automata (DFAs) and regular expressions, for the case of infinite words. Lastly, we describe the graphic visualizations we will use to depict timelines.

\subsection{Linear temporal logic (\ltl)} \label{sec:ltl}
Expand Down Expand Up @@ -360,7 +360,7 @@ \subsection{BA to $\omega$-regex} \label{aut2regex}
% WHile there exists any edge except r_sf
\While{ there exists an interior vertex $v$ }
\State reduce\_nfa($G, v$)
\State combine multiedges, i.e. $r1 : u \to w, r2 : u \to w$ to $r1 | r2 : u \to w$
\State combine multi-edges, i.e. $r1 : u \to w, r2 : u \to w$ to $r1 | r2 : u \to w$
\EndWhile
\State \Return $(r_\mathrm{ss}| r_\mathrm{sf} r_\mathrm{ff}^* r_\mathrm{fs})^* r_\mathrm{sf} r_\mathrm{ff}$
% if called by first visit, this is r_\mathrm{ss}* r_\mathrm{sf}
Expand Down Expand Up @@ -537,7 +537,7 @@ \subsection{$\omega$-regex simplification} \label{regex-simplify}
\end{figure*}
\begin{figure*}[h!]
\centering
\resizebox{.8\textwidth}{!}{
\resizebox{.55\textwidth}{!}{
\begin{tikzpicture}[>=latex',line join=bevel,]
\pgfsetlinewidth{1bp}
%%
Expand Down Expand Up @@ -1192,7 +1192,7 @@ \subsection{Experimental Analysis} %We could come up with a less-generic name fo

\begin{figure}[h!]
\centering
\includegraphics[scale=0.6]{img/binary.png}
\includegraphics[width=6.5cm]{img/binary.png}
\caption{Scalability measured with binary counter examples from Rozier and Vardi \cite{RV10}}
\label{fig:scalability}
\end{figure}
Expand Down

0 comments on commit 86f86f7

Please sign in to comment.