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	
			0,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	2	
	Weight Matrix : 
	
			0,0	16384,0	
			0,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	2	3	
	Weight Matrix : 
	
			0,0	16384,0	16384,0	
			0,0	0,0	16384,0	
			0,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----4
		L : 1
	Transitions:	0	2	3	4	
	Weight Matrix : 
	
			0,0	16384,0	16384,0	16384,0	
			0,0	0,0	16384,0	16384,0	
			0,0	0,0	0,0	16384,0	
			0,0	0,0	0,0	0,0	


	Push done at L : 0
5

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


	Push done at L : 0
6

Abstract state of the on the fly tree automata(TA):
	Points in the automaton:
		1----2----3----4----5
		L : 1
	Transitions:	-40	-40	2	3	4	
	Weight Matrix : 
	
			0,0	0,0	0,0	0,0	192,0	
			0,0	0,0	0,0	4294922816,1	1,0	
			-20736,1	0,0	0,0	0,0	0,0	
			-2886,0	0,0	0,0	0,0	4294922880,1	
			-30576,0	0,0	-19160,0	0,0	0,0	


	Push done at L : 0
7

Abstract state of the on the fly tree automata(TA):
	Points in the automaton:
		1----2----3----4----5
		L : 1
	Transitions:	0	-40	2	3	4	
	Weight Matrix : 
	
			0,0	4294922313,1	4294922880,1	0,0	0,0	
			-2886,0	0,0	16384,0	1,0	33,0	
			-18945,0	0,0	0,0	0,0	4294920224,1	
			-18464,1	-32590,0	0,0	0,0	4294921312,1	
			0,0	0,0	0,0	0,0	0,0	


	Push done at L : 0
8

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


	Push done at L : 0
9

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


	Push done at L : 0
Correct!
#stacks : 1
#clocks : 2
#states : 10
#transitions : 9
Maximum constant(M) : 19
Tree-Width(K) : 8

---END OF EXECUTION---

Execution time : 33.2861 seconds.

