mirror of
https://github.com/NotXia/unibo-ai-notes.git
synced 2025-12-16 11:31:49 +01:00
Add DAS graph theory
This commit is contained in:
17
src/year2/distributed-autonomous-systems/das.tex
Normal file
17
src/year2/distributed-autonomous-systems/das.tex
Normal file
@ -0,0 +1,17 @@
|
||||
\documentclass[11pt]{ainotes}
|
||||
|
||||
\title{Distributed Autonomous Systems}
|
||||
\date{2024 -- 2025}
|
||||
\def\lastupdate{{PLACEHOLDER-LAST-UPDATE}}
|
||||
\def\giturl{{PLACEHOLDER-GIT-URL}}
|
||||
|
||||
\newcommand{\indeg}[1][]{\ensuremath{\text{deg}_{#1}^\text{IN}}}
|
||||
\newcommand{\outdeg}[1][]{\ensuremath{\text{deg}_{#1}^\text{OUT}}}
|
||||
|
||||
|
||||
\begin{document}
|
||||
|
||||
\makenotesfront
|
||||
\include{./sections/_averaging_systems.tex}
|
||||
|
||||
\end{document}
|
||||
Reference in New Issue
Block a user