Versions Compared

Key

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

...

LaTeX Formatting
\usepackage{algorithm,algorithmic}


Algorithm $incremental-rebalancing$
input Set of Tasks T$T$,\\
	  Set of Instances C$C$,
      Set of Workers W,

      Where each worker w contains:
		Set of active Tasks Ta,
		Set of standby Tasks Ts,
		owned by instance c
$$ x = 15 $$


 

Assign active stateful tasks:

...