Skip to content

Commit

Permalink
Updated ci
Browse files Browse the repository at this point in the history
  • Loading branch information
FilippoFantinato committed Apr 7, 2024
1 parent 3f46f1f commit f2a5ef4
Show file tree
Hide file tree
Showing 24 changed files with 27 additions and 23 deletions.
9 changes: 7 additions & 2 deletions .github/workflows/build-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,18 @@ jobs:
- uses: actions/checkout@v2

- name: Compile tex file into pdf
uses: xu-cheng/latex-action@v2
uses: xu-cheng/latex-action@v3
with:
root_file: main.tex
latexmk_use_xelatex: true
latexmk_shell_escape: true
continue_on_error: true
extra_fonts: |
./fonts/EB_Garamond/*.otf
./fonts/Lato/*.ttf
./fonts/Source_Code_Pro/*.ttf
- uses: actions/upload-artifact@v2
- uses: actions/upload-artifact@v4
with:
name: Master thesis
path: main.pdf
10 changes: 5 additions & 5 deletions chapters/original-contributions.tex
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ \chapter{Original contributions} \label{chapt:original-contributions}

Finally, we provide a way to generate a non-deterministic strategy for reachability games.

\input{chapters/original-contributions/best-effort-semantics}
\input{chapters/original-contributions/asap-semantics}
\input{chapters/original-contributions/problem-formulation}
\input{chapters/original-contributions/reduction-to-synthesis}
\input{chapters/original-contributions/reachbility-strategy-extraction}
\input{./chapters/original-contributions/best-effort-semantics}
\input{./chapters/original-contributions/asap-semantics}
\input{./chapters/original-contributions/problem-formulation}
\input{./chapters/original-contributions/reduction-to-synthesis}
\input{./chapters/original-contributions/reachbility-strategy-extraction}
16 changes: 8 additions & 8 deletions chapters/preliminary-definitions.tex
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,11 @@ \chapter{Preliminary definitions} \label{chapt:preliminary-definitions}

Finally, we introduce the \textit{Reactive Synthesis} problem, its game-theoretical formulation and the basic algorithms to solve it. Such basic algorithms can be enriched thanks to ROBDDs, so we present their symbolic formulations. We explain a technique to perform reactive synthesis from Extended Bounded Response LTL specifications.

\input{chapters/preliminary-definitions/buchi-automata}
\input{chapters/preliminary-definitions/linear-temporal-logic}
\input{chapters/preliminary-definitions/ltl-model-checking}
\input{chapters/preliminary-definitions/robdd}
\input{chapters/preliminary-definitions/aiger}
\input{chapters/preliminary-definitions/smv}
\input{chapters/preliminary-definitions/reactive-synthesis}
\input{chapters/preliminary-definitions/reactive-synthesis-from-ebrltl}
\input{./chapters/preliminary-definitions/buchi-automata}
\input{./chapters/preliminary-definitions/linear-temporal-logic}
\input{./chapters/preliminary-definitions/ltl-model-checking}
\input{./chapters/preliminary-definitions/robdd}
\input{./chapters/preliminary-definitions/aiger}
\input{./chapters/preliminary-definitions/smv}
\input{./chapters/preliminary-definitions/reactive-synthesis}
\input{./chapters/preliminary-definitions/reactive-synthesis-from-ebrltl}
4 changes: 2 additions & 2 deletions creationdate.timestamp
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
\edef\tempa{\string D:20240312082020}
\def\tempb{+0100}
\edef\tempa{\string D:20240407112350}
\def\tempb{+0200}
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
11 changes: 5 additions & 6 deletions main.tex
Original file line number Diff line number Diff line change
Expand Up @@ -30,12 +30,11 @@

% include each chapter...
\setcounter{chapter}{0} % start chapter numbering at 1
\include{chapters/introduction}
\include{chapters/related-work}
\include{chapters/preliminary-definitions}
\include{chapters/original-contributions}
\include{chapters/implementation}
\include{chapters/conclusion}
\include{./chapters/introduction.tex}
\include{./chapters/preliminary-definitions.tex}
\include{./chapters/original-contributions.tex}
\include{./chapters/implementation.tex}
\include{./chapters/conclusion.tex}

\cleardoublepage
\nocite{*}
Expand Down

0 comments on commit f2a5ef4

Please sign in to comment.