Clique Trees

Message Passing in Trees

Transclude of Clique-Tree-1

stateDiagram
	[*] --> Still
	Still --> [*]
	
	Still --> Moving
	Moving --> Still
	Moving --> Crash
	Crash --> [*]