Versions Compared

Key

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

...

LaTeX Formatting
Algorithm $incremental-rebalancing$

$$ 
 input Set of Tasks $T$,


	  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
$$


Code Block
languagexmlpy
Algorithm incremental-rebalancing

input Set of Tasks T,
	  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<p>This is a paragraph.</p>
<p>This is another paragraph.</p>



 

Assign active stateful tasks:

...