From b255e37ee096fae0931bba0e249d51d7ff4e1324 Mon Sep 17 00:00:00 2001 From: Alex <alexandravigneron1@gmail.com> Date: Tue, 30 Jun 2020 17:03:48 +0200 Subject: [PATCH] solved compiling issu: automata succesfully added to report --- .../figures/fsm/{uncommited.gv => uncommitted.gv} | 0 .../figures/fsm/{uncommited.png => uncommitted.png} | Bin doc/report/fsm.tex | 10 +++++----- 3 files changed, 5 insertions(+), 5 deletions(-) rename doc/report/figures/fsm/{uncommited.gv => uncommitted.gv} (100%) rename doc/report/figures/fsm/{uncommited.png => uncommitted.png} (100%) diff --git a/doc/report/figures/fsm/uncommited.gv b/doc/report/figures/fsm/uncommitted.gv similarity index 100% rename from doc/report/figures/fsm/uncommited.gv rename to doc/report/figures/fsm/uncommitted.gv diff --git a/doc/report/figures/fsm/uncommited.png b/doc/report/figures/fsm/uncommitted.png similarity index 100% rename from doc/report/figures/fsm/uncommited.png rename to doc/report/figures/fsm/uncommitted.png diff --git a/doc/report/fsm.tex b/doc/report/fsm.tex index fdf82df..1266001 100644 --- a/doc/report/fsm.tex +++ b/doc/report/fsm.tex @@ -45,7 +45,7 @@ The behaviour of each agent is defined by a finite state automata. \center{\includegraphics[width=\textwidth]{figures/fsm/agent_beginning.png}} \caption{Agent's beginning} \label{beginning} - \end{figure + \end{figure} \subsubsection{\init} @@ -91,7 +91,7 @@ Messages received in this state: \begin{itemize} \center{\includegraphics[width=\textwidth]{figures/fsm/offerer.png}} \caption{Offerer agent} \label{offerer} -\end{figure +\end{figure} \subsubsection{\offWaitingValues{}} Agents reaching this state are considered offerers. @@ -118,7 +118,7 @@ Messages received in this state: \begin{itemize} \center{\includegraphics[width=\textwidth]{figures/fsm/receiver.png}} \caption{Receiver agent} \label{receiver} -\end{figure +\end{figure} \subsubsection{\recWaitingValues{}} In this state the Receiver agent waits until it has been informed of all its neighbours' values. @@ -154,7 +154,7 @@ In both \bestOfferFM{None/someOffer} cases, \informDelta{someDelta} is sent to a \center{\includegraphics[width=\textwidth]{figures/fsm/committed.png}} \caption{Committed agent} \label{committed} -\end{figure +\end{figure} \subsubsection{\committed{}} This state can be reached from \recHavingRecAllOff{} or \offMakingOff{}. @@ -168,7 +168,7 @@ Messages received in this state: \begin{itemize} \center{\includegraphics[width=\textwidth]{figures/fsm/uncommitted.png}} \caption{Uncommitted agent} \label{uncommitted} -\end{figure +\end{figure} \subsubsection{\uncommitted{}} Similarly to \committed{}, this state can be reached either from \recHavingRecAllOff{} or \offMakingOff{}. -- GitLab