0

Abstract state of the on the fly tree automata(TA):
	Points in the automaton:
		1
		L : 1
	Transitions:	0	
	Weight Matrix : 
	
			0,0	


	Push done at L : 0
1

Abstract state of the on the fly tree automata(TA):
	Points in the automaton:
		1----2
		L : 1
	Transitions:	0	1	
	Weight Matrix : 
	
			0,0	16384,0	
			-5,0	0,0	


	Push done at L : 0
2

Abstract state of the on the fly tree automata(TA):
	Points in the automaton:
		1----2
		L : 1
	Transitions:	0	4	
	Weight Matrix : 
	
			0,0	16384,0	
			-2,0	0,0	


	Push done at L : 0
3

Abstract state of the on the fly tree automata(TA):
	Points in the automaton:
		1----2----3
		L : 1
	Transitions:	0	4	3	
	Weight Matrix : 
	
			0,0	4,0	4,0	
			-2,0	0,0	2,0	
			-2,0	0,0	0,0	


	Push done at L : 0
4

Abstract state of the on the fly tree automata(TA):
	Points in the automaton:
		1----2----3
		L : 1
	Transitions:	0	4	5	
	Weight Matrix : 
	
			0,0	4,0	16384,0	
			-2,0	0,0	16382,0	
			-7,0	-5,0	0,0	


	Push done at L : 0
Correct!
#stacks : 0
#clocks : 2
#states : 6
#transitions : 5
Maximum constant(M) : 6
Tree-Width(K) : 3

---END OF EXECUTION---

Execution time : 0.000234 seconds.

