Add DAS graph theory

This commit is contained in:
2025-02-25 17:35:21 +01:00
parent c5649391bc
commit 551a4ab8fc
4 changed files with 159 additions and 0 deletions

View 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}