Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

LaTeX Formatting
Algorithm $incremental-rebalancing$
$$\begin{algorithm}
input Set of Tasks T,\newline

	  Set of Instances C,
      Set of Workers W,
      Where each worker w contains:
		Set of active Tasks Ta,
		Set of standby Tasks Ts,
		owned by instance c
\begin{algorithm}
\end{algorithm}$$


Assign active stateful tasks:

...