Posts

Showing posts from November 28, 2018

Show parallelism of Algorithm

Image
up vote 5 down vote favorite I want to show that a certain part in a algorithm is working parallel. So I thought about something like a big bracket around the lineS/state in my algorithm. In the following picture I added the bracket with Photoshop: Is there a way to this with the algorithm/algorithmic package in Latex? Source-Code: begin{algorithm} caption{Parallele Tourkonstruktion} label{ParallelTour} textbf{Eingabe:} Datenobjekt mit $v$ Städten sowie einer Distanzmatrix $D$ und Pheromonmatrix $S$, texttt{vector} $M$ mit $m$ Ameisen \textbf{Ausgabe:} Route $r$ mit der kürzesten gefunden Distanz $d_s$ begin{algorithmic}[1] State $j := 0$ While{$j < v$} For{textbf{each} Ameise $m_i in M$} State Starte in einer zufälligen Stadt $v_0$ State Ermittle die nächste Stadt $v_i$ und gehe dorthin State $r_{m_i} := v_