Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
M
mtp
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
SPARSA ROYCHOWDHURY
mtp
Commits
169968bb
Commit
169968bb
authored
Aug 15, 2017
by
SPARSA ROYCHOWDHURY
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
15/8/2017:
1.Syncing up
parent
65141973
Changes
35
Show whitespace changes
Inline
Side-by-side
Showing
35 changed files
with
405 additions
and
252 deletions
+405
-252
main.cpp
main.cpp
+4
-3
memcheck.sh
memcheck.sh
+7
-0
output/pd1.txt
output/pd1.txt
+18
-2
output/rep1.txt
output/rep1.txt
+7
-8
output/rep2.txt
output/rep2.txt
+18
-2
output/sample.txt
output/sample.txt
+18
-2
output/t1.txt
output/t1.txt
+2
-3
output/t10.txt
output/t10.txt
+2
-3
output/t11.txt
output/t11.txt
+2
-3
output/t13.txt
output/t13.txt
+2
-3
output/t8.txt
output/t8.txt
+2
-3
output/tp2_0.txt
output/tp2_0.txt
+17
-18
output/tp38.txt
output/tp38.txt
+2
-3
output/tp3_0.txt
output/tp3_0.txt
+2
-3
output/tp6.txt
output/tp6.txt
+14
-15
output/tp60.txt
output/tp60.txt
+22
-6
output/tp62.txt
output/tp62.txt
+19
-3
output/tp63.txt
output/tp63.txt
+18
-2
output/tp64.txt
output/tp64.txt
+33
-33
output/tp67.txt
output/tp67.txt
+2
-3
output/tpd1.txt
output/tpd1.txt
+43
-27
output/tpdis0.txt
output/tpdis0.txt
+0
-13
output/tpg0.txt
output/tpg0.txt
+15
-16
output/tpg1.txt
output/tpg1.txt
+34
-18
output/tpg11.txt
output/tpg11.txt
+23
-24
output/tpg2.txt
output/tpg2.txt
+2
-3
output/tpg9.txt
output/tpg9.txt
+11
-12
output/tps10.txt
output/tps10.txt
+2
-3
output/tps11.txt
output/tps11.txt
+18
-2
output/tps2.txt
output/tps2.txt
+18
-2
output/tps4.txt
output/tps4.txt
+8
-9
output/tps5.txt
output/tps5.txt
+18
-2
output/tps9.txt
output/tps9.txt
+2
-3
tree
tree
+0
-0
vgcore.5955
vgcore.5955
+0
-0
No files found.
main.cpp
View file @
169968bb
...
...
@@ -103,9 +103,10 @@ int main(int argc, char *argv[]) {
}
else
// general TPDA with one or more clocks
{
//b = isEmptyGCPP();
b
=
isEmptyZone
();
//b1=isEmptyGCPP();
{
//b = isEmptyGCPP();
//b=isEmptyZone();
b
=
isEmptyGCPP
();
}
...
...
memcheck.sh
0 → 100755
View file @
169968bb
#!/bin/bash
FILES
=
./input/
f
=
tp2_0
# # # # # # do
# echo "Processing $f File.. "
valgrind
--tool
=
memcheck
--leak-check
=
yes
--show-reachable
=
yes
--num-callers
=
20
--track-fds
=
yes
./tree
$FILES$f
output/pd1.txt
View file @
169968bb
...
...
@@ -53,8 +53,24 @@ Abstract state of the on the fly tree automata(TA):
Push done at L : 0
The language recognized by the TPDA is EMPTY!
Abstract state of the on the fly tree automata(TA):
Points in the automaton:
1----2
L : 1
Transitions: 0 7
Accuracy: 0
TSM : 0 1
Push done at L : 0
Pop done at R : 1
A run of the automation as a witness for the language to be non-empty.
The run given as a sequence of pairs (Transition, Time stamp) :
(0, 0.0), (1, 0.0), (2, 0.0), (3, 1.0), (4, 2.0), (5, 2.0), (6, 2.0), (7, 3.0),
Wrong
#stacks : 1
#clocks : 0
#states : 8
...
...
@@ -64,5 +80,5 @@ Tree-Width(K) : 2
---END OF EXECUTION---
Execution time : 0.000
392
seconds.
Execution time : 0.000
281
seconds.
output/rep1.txt
View file @
169968bb
...
...
@@ -95,10 +95,10 @@ Abstract state of the on the fly tree automata(TA):
Transitions: -40 1 3 4
Weight Matrix :
0,0
16384
,0 0,0 0,0
0,0 0,0
14157,0 256
,0
-
14916,1
0,0 0,0 0,0
-
344,0 0
,0 -1,0 0,0
0,0
3
,0 0,0 0,0
0,0 0,0
29354,0 0
,0
-
256,0
0,0 0,0 0,0
-
26835,1 -3
,0 -1,0 0,0
Push done at L : 0
...
...
@@ -129,12 +129,11 @@ Abstract state of the on the fly tree automata(TA):
0,0 0,0 0,0 0,0
0,0 0,0 0,0 0,0
0,0 0,0 0,0 0,0
-
344,0 -344,0
-1,0 0,0
-
26835,1 -26835,1
-1,0 0,0
Push done at L : 0
The language recognized by the TPDA is EMPTY!
Correct!
#stacks : 1
#clocks : 2
#states : 5
...
...
@@ -144,5 +143,5 @@ Tree-Width(K) : 8
---END OF EXECUTION---
Execution time : 0.00
0447
seconds.
Execution time : 0.00
325
seconds.
output/rep2.txt
View file @
169968bb
...
...
@@ -24,8 +24,24 @@ Abstract state of the on the fly tree automata(TA):
Push done at L : 0
The language recognized by the TPDA is NOT EMPTY!
Abstract state of the on the fly tree automata(TA):
Points in the automaton:
1----2
L : 1
Transitions: 0 9
Accuracy: 1
TSM : 0 1
Push done at L : 0
Pop done at R : 0
A run of the automation as a witness for the language to be non-empty.
The run given as a sequence of pairs (Transition, Time stamp) :
(0, 0.0), (9, 1.0),
Correct!
#stacks : 1
#clocks : 2
#states : 4
...
...
@@ -35,5 +51,5 @@ Tree-Width(K) : 8
---END OF EXECUTION---
Execution time : 0.00019 seconds.
Execution time : 0.00019
1
seconds.
output/sample.txt
View file @
169968bb
...
...
@@ -24,8 +24,24 @@ Abstract state of the on the fly tree automata(TA):
Push done at L : 0
The language recognized by the TPDA is NOT EMPTY!
Abstract state of the on the fly tree automata(TA):
Points in the automaton:
1----2----3
L : 1
Transitions: 0 4 2
Accuracy: 0 1
TSM : 0 0 0
Push done at L : 0
Pop done at R : 1
A run of the automation as a witness for the language to be non-empty.
The run given as a sequence of pairs (Transition, Time stamp) :
(0, 0.0), (1, 2.0), (3, 2.0), (4, 4.0), (2, 4.0),
Correct!
#stacks : 1
#clocks : 2
#states : 4
...
...
@@ -35,5 +51,5 @@ Tree-Width(K) : 8
---END OF EXECUTION---
Execution time : 0.000
162
seconds.
Execution time : 0.000
218
seconds.
output/t1.txt
View file @
169968bb
...
...
@@ -69,8 +69,7 @@ Abstract state of the on the fly tree automata(TA):
Push done at L : 0
The language recognized by the TPDA is EMPTY!
Correct!
#stacks : 0
#clocks : 2
#states : 6
...
...
@@ -80,5 +79,5 @@ Tree-Width(K) : 3
---END OF EXECUTION---
Execution time : 0.0004 seconds.
Execution time : 0.000
23
4 seconds.
output/t10.txt
View file @
169968bb
...
...
@@ -54,8 +54,7 @@ Abstract state of the on the fly tree automata(TA):
Push done at L : 0
The language recognized by the TPDA is EMPTY!
Correct!
#stacks : 0
#clocks : 3
#states : 6
...
...
@@ -65,5 +64,5 @@ Tree-Width(K) : 4
---END OF EXECUTION---
Execution time : 0.0002
1
3 seconds.
Execution time : 0.0002
0
3 seconds.
output/t11.txt
View file @
169968bb
...
...
@@ -248,8 +248,7 @@ Abstract state of the on the fly tree automata(TA):
Push done at L : 0
The language recognized by the TPDA is EMPTY!
Correct!
#stacks : 0
#clocks : 4
#states : 7
...
...
@@ -259,5 +258,5 @@ Tree-Width(K) : 5
---END OF EXECUTION---
Execution time : 0.000
43
5 seconds.
Execution time : 0.000
64
5 seconds.
output/t13.txt
View file @
169968bb
...
...
@@ -54,8 +54,7 @@ Abstract state of the on the fly tree automata(TA):
Push done at L : 0
The language recognized by the TPDA is EMPTY!
Correct!
#stacks : 0
#clocks : 3
#states : 6
...
...
@@ -65,5 +64,5 @@ Tree-Width(K) : 4
---END OF EXECUTION---
Execution time : 0.000
151
seconds.
Execution time : 0.000
223
seconds.
output/t8.txt
View file @
169968bb
...
...
@@ -40,8 +40,7 @@ Abstract state of the on the fly tree automata(TA):
Push done at L : 0
The language recognized by the TPDA is EMPTY!
Correct!
#stacks : 0
#clocks : 2
#states : 4
...
...
@@ -51,5 +50,5 @@ Tree-Width(K) : 3
---END OF EXECUTION---
Execution time : 0.0001
5
3 seconds.
Execution time : 0.0001
7
3 seconds.
output/tp2_0.txt
View file @
169968bb
...
...
@@ -80,9 +80,9 @@ Abstract state of the on the fly tree automata(TA):
Weight Matrix :
0,0 770,0 0,0 0,0
0,0 0,0 0,0
4294914358,1
-41,0 0,0 0,0 4294914358,1
-
12598,1
0,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
...
...
@@ -95,11 +95,11 @@ Abstract state of the on the fly tree automata(TA):
Transitions: -40 -40 2 3 4
Weight Matrix :
0,0 0,0 0,0 0,0
41
,0
0,0 0,0
4294918368,1 0,0
1,0
-
32694,0
0,0 0,0 0,0 0,0
0,0 -49,0 0,0 0,0 30567,0
-
12598,1 0,0 -1
,0 0,0 0,0
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
...
...
@@ -112,10 +112,10 @@ Abstract state of the on the fly tree automata(TA):
Transitions: 0 -40 2 3 4
Weight Matrix :
0,0 4294922313,1
30567,0
0,0 0,0
-
30567,0 0,0 0,0 0
,0 33,0
-
259,0 0,0 0,0 0,0 33,0
0,0 0,0 0,0 0,0 0,0
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
...
...
@@ -147,15 +147,14 @@ Abstract state of the on the fly tree automata(TA):
Weight Matrix :
0,0 0,0 0,0 0,0 0,0
0,0 0,0 0,0
30567
,0 0,0
0,0 0,0 0,0 0,0
4294916736,1
0,0 0,0
-33
,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
The language recognized by the TPDA is EMPTY!
Correct!
#stacks : 1
#clocks : 2
#states : 10
...
...
@@ -165,5 +164,5 @@ Tree-Width(K) : 8
---END OF EXECUTION---
Execution time :
0.000308
seconds.
Execution time :
33.2861
seconds.
output/tp38.txt
View file @
169968bb
...
...
@@ -39,8 +39,7 @@ Abstract state of the on the fly tree automata(TA):
Push done at L : 0
The language recognized by the TPDA is EMPTY!
Correct!
#stacks : 1
#clocks : 1
#states : 4
...
...
@@ -50,5 +49,5 @@ Tree-Width(K) : 5
---END OF EXECUTION---
Execution time : 0.000
137
seconds.
Execution time : 0.000
228
seconds.
output/tp3_0.txt
View file @
169968bb
...
...
@@ -73,8 +73,7 @@ Abstract state of the on the fly tree automata(TA):
Push done at L : 0
The language recognized by the TPDA is EMPTY!
Correct!
#stacks : 1
#clocks : 3
#states : 10
...
...
@@ -84,5 +83,5 @@ Tree-Width(K) : 11
---END OF EXECUTION---
Execution time :
0.000191
seconds.
Execution time :
50.205
seconds.
output/tp6.txt
View file @
169968bb
...
...
@@ -48,9 +48,9 @@ Abstract state of the on the fly tree automata(TA):
Transitions: -40 0 1
Weight Matrix :
0,0 0,0
4294911952,1
0,0 0,0
18384,0
0,0 0,0 0,0
-
25573
,0 -1,0 0,0
-
5412
,0 -1,0 0,0
Push done at L : 0
...
...
@@ -77,8 +77,8 @@ Abstract state of the on the fly tree automata(TA):
Transitions: -40 -40 0 1
Weight Matrix :
0,0 32
680,0 0,0 25573
,0
0,0 0,0
1,0 0,0
0,0 32
581,0 0,0 5412
,0
0,0 0,0
0,0 4294934527,1
0,0 0,0 0,0 1,0
-33,0 0,0 -1,0 0,0
...
...
@@ -93,10 +93,10 @@ Abstract state of the on the fly tree automata(TA):
Transitions: -40 -40 0 1
Weight Matrix :
0,0 0,0 0,0
253
,0
0,0 0,0
0
,0 0,0
0,0 0,0 0,0 256
,0
-
8777,1
0,0 -1,0 0,0
0,0 0,0 0,0
97
,0
0,0 0,0
5412
,0 0,0
-18432,0 0,0 0,0 0
,0
-
20968,0
0,0 -1,0 0,0
Push done at L : 0
...
...
@@ -109,15 +109,14 @@ Abstract state of the on the fly tree automata(TA):
Transitions: 0 -40 0 1
Weight Matrix :
0,0 0,0 0,0
253
,0
0,0 0,0 0,0
253
,0
0,0 0,0 0,0
253
,0
-
8777,1 -8777,1
-1,0 0,0
0,0 0,0 0,0
97
,0
0,0 0,0 0,0
97
,0
0,0 0,0 0,0
97
,0
-
20968,0 -20968,0
-1,0 0,0
Push done at L : 0
The language recognized by the TPDA is EMPTY!
Correct!
#stacks : 1
#clocks : 2
#states : 6
...
...
@@ -127,5 +126,5 @@ Tree-Width(K) : 8
---END OF EXECUTION---
Execution time : 0.000
24
6 seconds.
Execution time : 0.000
38
6 seconds.
output/tp60.txt
View file @
169968bb
...
...
@@ -48,7 +48,7 @@ Abstract state of the on the fly tree automata(TA):
Transitions: -40 0 2
Weight Matrix :
0,0 42949
14995
,1 0,0
0,0 42949
28883
,1 0,0
0,0 0,0 0,0
0,0 0,0 0,0
...
...
@@ -63,8 +63,8 @@ Abstract state of the on the fly tree automata(TA):
Transitions: -40 0 2
Weight Matrix :
0,0 0,0 42949
22849
,1
0,0 0,0 32
75
6,0
0,0 0,0 42949
18447
,1
0,0 0,0 32
62
6,0
-33,0 0,0 0,0
...
...
@@ -79,13 +79,29 @@ Abstract state of the on the fly tree automata(TA):
Weight Matrix :
0,0 0,0 0,0
-
21089,1 0,0 3275
6,0
-
16687,1 0,0 3262
6,0
-33,0 0,0 0,0
Push done at L : 0
The language recognized by the TPDA is EMPTY!
Abstract state of the on the fly tree automata(TA):
Points in the automaton:
1----2----3
L : 1
Transitions: 0 5 6
Accuracy: 1 1
TSM : 0 0 0
Push done at L : 0
Pop done at R : 1
A run of the automation as a witness for the language to be non-empty.
The run given as a sequence of pairs (Transition, Time stamp) :
(0, 0.0), (1, 0.0), (2, 0.0), (5, 0.0), (6, 0.0),
Wrong
#stacks : 1
#clocks : 1
#states : 5
...
...
@@ -95,5 +111,5 @@ Tree-Width(K) : 5
---END OF EXECUTION---
Execution time : 0.000
2
seconds.
Execution time : 0.000
513
seconds.
output/tp62.txt
View file @
169968bb
...
...
@@ -48,7 +48,7 @@ Abstract state of the on the fly tree automata(TA):
Transitions: -40 1
Weight Matrix :
0,0
22352,0
0,0
4294907728,1
0,0 0,0
...
...
@@ -80,8 +80,24 @@ Abstract state of the on the fly tree automata(TA):
Push done at L : 0
The language recognized by the TPDA is NOT EMPTY!
Abstract state of the on the fly tree automata(TA):
Points in the automaton:
1----2----3
L : 1
Transitions: 0 1 6
Accuracy: 1 1
TSM : 0 0 3
Push done at L : 0
Pop done at R : 1
A run of the automation as a witness for the language to be non-empty.
The run given as a sequence of pairs (Transition, Time stamp) :
(0, 0.0), (1, 0.0), (3, 1.0), (4, 3.0), (6, 3.0),
Correct!
#stacks : 1
#clocks : 1
#states : 5
...
...
@@ -91,5 +107,5 @@ Tree-Width(K) : 5
---END OF EXECUTION---
Execution time : 0.
00019
5 seconds.
Execution time : 0.
19801
5 seconds.
output/tp63.txt
View file @
169968bb
...
...
@@ -24,8 +24,24 @@ Abstract state of the on the fly tree automata(TA):
Push done at L : 0
The language recognized by the TPDA is NOT EMPTY!
Abstract state of the on the fly tree automata(TA):
Points in the automaton:
1----2----3
L : 1
Transitions: 0 4 2
Accuracy: 1 1
TSM : 0 4 6
Push done at L : 0
Pop done at R : 1
A run of the automation as a witness for the language to be non-empty.
The run given as a sequence of pairs (Transition, Time stamp) :
(0, 0.0), (1, 0.0), (4, 1.0), (5, 1.0), (6, 1.0), (8, 2.0), (7, 2.0), (4, 2.0), (5, 2.0), (6, 2.0), (8, 3.0), (7, 3.0), (4, 3.0), (4, 4.0), (5, 4.0), (6, 4.0), (8, 5.0), (8, 5.0), (7, 5.0), (3, 5.0), (2, 6.0),
Correct!
#stacks : 1
#clocks : 1
#states : 5
...
...
@@ -35,5 +51,5 @@ Tree-Width(K) : 5
---END OF EXECUTION---
Execution time : 0.
000121
seconds.
Execution time : 0.
155468
seconds.
output/tp64.txt
View file @
169968bb
...
...
@@ -48,8 +48,8 @@ Abstract state of the on the fly tree automata(TA):
Transitions: -40 0 2
Weight Matrix :
0,0
20385,0
0,0
0
,0 0,0 0,0
0,0
4294922313,1
0,0
-7911
,0 0,0 0,0
0,0 0,0 0,0
...
...
@@ -63,8 +63,8 @@ Abstract state of the on the fly tree automata(TA):
Transitions: -40 0 2
Weight Matrix :
0,0
7281,0 7281,0
0,0 0,0
18,0
0,0
4294922360,1 4294922419,1
0,0 0,0
4294922419,1
-33,0 0,0 0,0
...
...
@@ -78,9 +78,9 @@ Abstract state of the on the fly tree automata(TA):
Transitions: -40 -40 0 2
Weight Matrix :
0,0 4294914572,1 7281,0 0,0
0,0 0,0 0,0 18,0
0,0 0,0 0,0 0,0
0,0 0,0 0,0 0,0
0,0 -20600,1 0,0 4294922419,1
-33,0 0,0 0,0 0,0
...
...
@@ -94,10 +94,10 @@ Abstract state of the on the fly tree automata(TA):
Transitions: -40 -40 0 2
Weight Matrix :
0,0
7281,0 20385,0 18
,0
0,0 0,0
0,0 0
,0
-32569,0 0,0 0,0 0
,0
-
20385,0 -18
,0 0,0 0,0
0,0
0,0 0,0 192
,0
0,0 0,0
4294922360,1 29728
,0
0,0 0,0 0,0 30592
,0
-
10170,1 0
,0 0,0 0,0
Push done at L : 0
...
...
@@ -110,10 +110,10 @@ Abstract state of the on the fly tree automata(TA):
Transitions: -40 -40 0 2
Weight Matrix :
0,0
33,0 7281
,0 0,0
0,0 0,0
18,0 0,0
-18,0 0,0 0,0 7281
,0
-
20385,0 -18
,0 0,0 0,0
0,0
0,0 192
,0 0,0
0,0 0,0
0,0 4294922419,1
0,0 0,0 0,0 30528
,0
-
10170,1 0
,0 0,0 0,0
Push done at L : 0
...
...
@@ -126,10 +126,10 @@ Abstract state of the on the fly tree automata(TA):
Transitions: -40 -40 0 2
Weight Matrix :
0,0
7281,0 7281,0 0
,0
0,0 0,0
0,0 0
,0
-32569,0 0,0 0,0 0,0
-
20385,0 -33
,0 0,0 0,0
0,0
0,0 192,0 192
,0
0,0 0,0
30592,0 30624
,0
0,0 0,0 0,0 4294924504,1
-
10170,1 0
,0 0,0 0,0
Push done at L : 0
...
...
@@ -139,14 +139,14 @@ Abstract state of the on the fly tree automata(TA):
Points in the automaton:
1----2----3----4----5
L : 1
Transitions: -40
10
-40 0 2
Transitions: -40
-38
-40 0 2
Weight Matrix :
0,0 0,0 0,0 0,0 0,0
0,0 0,0
33,0 0,0 20385
,0
-18,0 0,0 0,0 0,0 20385,0
-30304,0
-33
,0 0,0 0,0 0,0
0,0 0,0
-2552
0,0 0,0 0,0
0,0 0,0
0,0 30624,0 0
,0
0,0 0,0 0,0 30064,0 4294902435,1
-30304,0
0
,0 0,0 0,0 0,0
0,0 0,0 0,0 0,0 0,0
Push done at L : 0
...
...
@@ -154,15 +154,16 @@ Abstract state of the on the fly tree automata(TA):
Abstract state of the on the fly tree automata(TA):
Points in the automaton:
1----2----3----4
1----2----3----4
----5
L : 1
Transitions: 0 -40 0 2
Transitions: 0
0
-40 0 2
Weight Matrix :
0,0 4294922313,1 0,0 0,0
0,0 0,0 0,0 2776,0
0,0 0,0 0,0 0,0
-18,0 -20385,0 0,0 0,0
0,0 0,0 192,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 -7818,1 0,0 0,0 0,0
Push done at L : 0
...
...
@@ -178,12 +179,11 @@ Abstract state of the on the fly tree automata(TA):
0,0 0,0 0,0 0,0
0,0 0,0 0,0 0,0
0,0 0,0 0,0 0,0
-18,0 -18
,0 0,0 0,0
0,0 0
,0 0,0 0,0
Push done at L : 0
The language recognized by the TPDA is EMPTY!
Correct!
#stacks : 1
#clocks : 1
#states : 5
...
...
@@ -193,5 +193,5 @@ Tree-Width(K) : 5
---END OF EXECUTION---
Execution time : 0.0003
21
seconds.
Execution time : 0.0003
56
seconds.
output/tp67.txt
View file @
169968bb
Initial state is same as final state
The language recognized by the TPDA is NOT EMPTY!
Wrong
#stacks : 1
#clocks : 1
#states : 14
...
...
@@ -10,5 +9,5 @@ Tree-Width(K) : 5
---END OF EXECUTION---
Execution time :
9.6e-05
seconds.
Execution time :
0.117317
seconds.
output/tpd1.txt
View file @
169968bb
...
...
@@ -50,7 +50,7 @@ Abstract state of the on the fly tree automata(TA):
Weight Matrix :
0,0 0,0 4294922313,1
0,0 0,0
0
,0
0,0 0,0
213
,0
-33,0 0,0 0,0
...
...
@@ -64,9 +64,9 @@ Abstract state of the on the fly tree automata(TA):
Transitions: -40 -40 1 2
Weight Matrix :
0,0 0,0 0,0 31616,0
-31616,0 0,0 0,0 0,0
0,0 0,0 0,0 6031,0
0,0 0,0 0,0 0,0
0,0 -26000,0 0,0 0,0
-33,0 0,0 0,0 0,0
...
...
@@ -80,10 +80,10 @@ Abstract state of the on the fly tree automata(TA):
Transitions: -40 -40 1 2
Weight Matrix :
0,0
243
,0 0,0 0,0
-1,0 0,0 0,0 4294924504,1
0,0
3815
,0 0,0 0,0
0,0 0,0 0,0 0,0
0,0 0,0 0,0 0,0
-
19292
,0 0,0 0,0 0,0
-
3815
,0 0,0 0,0 0,0
Push done at L : 0
...
...
@@ -96,10 +96,10 @@ Abstract state of the on the fly tree automata(TA):
Transitions: -40 -40 1 2
Weight Matrix :
0,0 0,0 0,0 243,0
-256,0 0,0 0,0 18368,0
0,0 3815,0 213,0 213,0
0,0 0,0 0,0 0,0
-19292,0 0,0 0,0 0,0
-6031,0 0,0 0,0 0,0
-3815,0 -213,0 0,0 0,0
Push done at L : 0
...
...
@@ -112,10 +112,10 @@ Abstract state of the on the fly tree automata(TA):
Transitions: -40 -40 1 2
Weight Matrix :
0,0 243,0 0,0 0,0
0,0 0,0 31616,0 4294924504,1
0,0 3815,0 213,0 0,0
0,0 0,0 0,0 0,0
-19292,0 0,0 0,0 0,0
0,0 0,0 0,0 0,0
-3815,0 0,0 0,0 0,0
Push done at L : 0
...
...
@@ -128,10 +128,10 @@ Abstract state of the on the fly tree automata(TA):
Transitions: -40 -40 1 2
Weight Matrix :
0,0 3
2758,0 0,0 24
3,0
0,0 0,0
31616,0 0
,0
0,0 3
815,0 0,0 21
3,0
0,0 0,0
0,0 6031
,0
0,0 0,0 0,0 0,0
-
19292
,0 0,0 0,0 0,0
-
3815
,0 0,0 0,0 0,0
Push done at L : 0
...
...
@@ -145,9 +145,9 @@ Abstract state of the on the fly tree automata(TA):
Weight Matrix :
0,0 0,0 0,0 0,0
0,0 0,0
145
,0 0,0
0,0 0,0
4
,0 0,0
-65,0 0,0 0,0 0,0
0,0
-33
,0 0,0 0,0
0,0
0
,0 0,0 0,0
Push done at L : 0
...
...
@@ -160,10 +160,10 @@ Abstract state of the on the fly tree automata(TA):
Transitions: 0 -40 1 2
Weight Matrix :
0,0 3
2758,0 0,0 24
3,0
0,0 0,0 0,0
4294920551,1
-49
,0 0,0 0,0 0,0
-
19292,0 -31616
,0 0,0 0,0
0,0 3
815,0 0,0 21
3,0
0,0 0,0 0,0
6028,0
0
,0 0,0 0,0 0,0
-
3815,0 0
,0 0,0 0,0
Push done at L : 0
...
...
@@ -176,15 +176,31 @@ Abstract state of the on the fly tree automata(TA):
Transitions: 0 -40 1 2
Weight Matrix :
0,0 0,0 0,0 243,0
0,0 0,0 0,0 243,0
0,0 0,0 0,0 243,0
-19292,0 -19292,0 0,0 0,0
0,0 0,0 0,0 213,0
0,0 0,0 0,0 213,0
0,0 0,0 0,0 213,0
-3815,0 -3815,0 0,0 0,0
Push done at L : 0
Abstract state of the on the fly tree automata(TA):
Points in the automaton:
1----2----3
L : 1
Transitions: 0 5 7
Accuracy: 0 1
TSM : 0 0 1
Push done at L : 0
The language recognized by the TPDA is EMPTY!
Pop done at R : 1
A run of the automation as a witness for the language to be non-empty.
The run given as a sequence of pairs (Transition, Time stamp) :
(0, 0.0), (1, 0.0), (2, 0.0), (3, 1.0), (4, 2.0), (5, 2.0), (6, 2.0), (7, 3.0),
Wrong
#stacks : 1
#clocks : 1
#states : 8
...
...
@@ -194,5 +210,5 @@ Tree-Width(K) : 5
---END OF EXECUTION---
Execution time : 0.000
351
seconds.
Execution time : 0.000
426
seconds.
output/tpdis0.txt
View file @
169968bb
...
...
@@ -595,16 +595,3 @@ Abstract state of the on the fly tree automata(TA):
Push done at L : 0
The language recognized by the TPDA is EMPTY!
#stacks : 0
#clocks : 16
#states : 26
#transitions : 24
Maximum constant(M) : 3
Tree-Width(K) : 17
---END OF EXECUTION---
Execution time : 0.004181 seconds.
output/tpg0.txt
View file @
169968bb
...
...
@@ -63,9 +63,9 @@ Abstract state of the on the fly tree automata(TA):
Transitions: -40 0 2 3
Weight Matrix :
0,0 4294909765,1 0,0 29737,0
0,0 4294909765,1 0,0 23937,0
0,0 0,0 0,0 0,0
0,0 0,0 0,0 0,0
-219,0 -32620,0 0,0 0,0
-33,0 0,0 -1,0 0,0
...
...
@@ -79,11 +79,11 @@ Abstract state of the on the fly tree automata(TA):
Transitions: -40 -40 0 2 3
Weight Matrix :
0,0 0,0 0,0 29737,0 0,0
0,0 0,0 260,0 4294924560,1 0,0
0,0 0,0 0,0 0,0 0,0
0,0 0,0 0,0 0,0 0,0
-31576,0 0,0 0,0 65,0 0,0
-17427,0 -1,0 0,0 0,0 29737,0
-14833,1 0,0 0,0 -1,0 0,0
0,0 0,0 0,0 0,0 0,0
-14425,1 0,0 -23937,0 -1,0 0,0
Push done at L : 0
...
...
@@ -98,7 +98,7 @@ Abstract state of the on the fly tree automata(TA):
0,0 0,0 0,0 0,0 0,0
0,0 0,0 0,0 0,0 33,0
-33,0 -
31448,0 0,0 0
,0 0,0
-33,0 -
17984,1 0,0 33
,0 0,0
0,0 0,0 0,0 0,0 0,0
-5980,1 0,0 0,0 -1,0 0,0
...
...
@@ -113,11 +113,11 @@ Abstract state of the on the fly tree automata(TA):
Transitions: 0 -40 0 2 3
Weight Matrix :
0,0 0,0
0,0
0,0 46,0
0,0 0,0 0,0
29737,0
0,0
0,0 -7024,1 0,0 1,0 0,0
-31576,0 0,0 -33
,0 0,0 0,0
0,0 0,0
0
,0 -1,0 0,0
0,0 0,0
4294924504,1
0,0 46,0
0,0 0,0 0,0
4294926656,1
0,0
-24768,1 -25088,1 0,0 4294924912,1 4294926496,1
0,0 0,0 0
,0 0,0 0,0
0,0 0,0
-261
,0 -1,0 0,0
Push done at L : 0
...
...
@@ -150,7 +150,7 @@ Abstract state of the on the fly tree automata(TA):
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
-225
,0 0,0 0,0
0,0 0,0
0
,0 0,0 0,0
0,0 0,0 0,0 -1,0 0,0
...
...
@@ -172,8 +172,7 @@ Abstract state of the on the fly tree automata(TA):
Push done at L : 0
The language recognized by the TPDA is EMPTY!
Correct!
#stacks : 1
#clocks : 2
#states : 8
...
...
@@ -183,5 +182,5 @@ Tree-Width(K) : 8
---END OF EXECUTION---
Execution time :
0.000518
seconds.
Execution time :
1.98813
seconds.
output/tpg1.txt
View file @
169968bb
...
...
@@ -49,10 +49,10 @@ Abstract state of the on the fly tree automata(TA):
Transitions: -40 0 1 2
Weight Matrix :
0,0
4294908588,1 0
,0 16109,0
0,0 0,0 0,0 0,0
0,0
0,0 0,0 0
,0
-33,0
-6828,1
0,0 0,0
0,0
0,0 25346
,0 16109,0
0,0 0,0 0,0
2541
0,0
0,0
-25410,0 0,0 116
,0
-33,0
0,0
0,0 0,0
Push done at L : 0
...
...
@@ -65,10 +65,10 @@ Abstract state of the on the fly tree automata(TA):
Transitions: -40 0 1 2
Weight Matrix :
0,0 0,0
32562
,0 0,0
0,0 0,0 0,0
4294908588,1
0,0 0,0 0,0
1
,0
-
17054
,0 0,0 0,0 0,0
0,0 0,0
0
,0 0,0
0,0 0,0 0,0
216,0
0,0 0,0 0,0
0
,0
-
25410
,0 0,0 0,0 0,0
Push done at L : 0
...
...
@@ -81,10 +81,10 @@ Abstract state of the on the fly tree automata(TA):
Transitions: -40 0 1 2
Weight Matrix :
0,0
32562,0 0,0 29
,0
0,0 0,0
24656,0 4294908588,1
-17054,0 -1,0 0,0 49
,0
-
17054
,0 0,0 0,0 0,0
0,0
25410,0 4294918867,1 116
,0
0,0 0,0
0,0 216,0
0,0 0,0 0,0 0
,0
-
25410
,0 0,0 0,0 0,0
Push done at L : 0
...
...
@@ -97,10 +97,10 @@ Abstract state of the on the fly tree automata(TA):
Transitions: 0 0 1 2
Weight Matrix :
0,0
926,0 29
,0 0,0
0,0 0,0
2,0 4294908588,1
-17054,0 0,0 0,0 33,0
-513,0
-4
,0 0,0 0,0
0,0
4294926609,1 0
,0 0,0
0,0 0,0
0,0 216,0
0,0 0,0 0,0 4294926609,1
-513,0
0
,0 0,0 0,0
Push done at L : 0
...
...
@@ -120,8 +120,24 @@ Abstract state of the on the fly tree automata(TA):
Push done at L : 0
The language recognized by the TPDA is EMPTY!
Abstract state of the on the fly tree automata(TA):
Points in the automaton:
1----2----3----4
L : 1
Transitions: 0 9 10 11
Accuracy: 1 1 1
TSM : 0 0 0 0
Push done at L : 0
Pop done at R : 1
A run of the automation as a witness for the language to be non-empty.
The run given as a sequence of pairs (Transition, Time stamp) :
(0, 0.0), (1, 0.0), (2, 0.0), (3, 0.0), (4, 0.0), (5, 0.0), (6, 0.0), (7, 0.0), (8, 0.0), (9, 0.0), (10, 0.0), (11, 0.0),
Wrong
#stacks : 1
#clocks : 2
#states : 12
...
...
@@ -131,5 +147,5 @@ Tree-Width(K) : 8
---END OF EXECUTION---
Execution time : 0.000
369
seconds.
Execution time : 0.000
425
seconds.
output/tpg11.txt
View file @
169968bb
...
...
@@ -50,7 +50,7 @@ Abstract state of the on the fly tree automata(TA):
Weight Matrix :
0,0 0,0 4294922313,1
0,0 0,0 32568,0
-32767,1 0,0 4294931900,1
-33,0 0,0 0,0
...
...
@@ -64,9 +64,9 @@ Abstract state of the on the fly tree automata(TA):
Transitions: -40 -40 0 1
Weight Matrix :
0,0 0,0 0,0 42949
03296
,1
0,0 0,0 3949,0 0
,0
0,0 0,0 0,0
4294903296,1
0,0 0,0 0,0 42949
31900
,1
-30139,1 0,0 33,0 8693
,0
0,0 0,0 0,0
0,0
-33,0 0,0 0,0 0,0
...
...
@@ -80,10 +80,10 @@ Abstract state of the on the fly tree automata(TA):
Transitions: -40 -40 0 1
Weight Matrix :
0,0 4294927449,1 260,0 0,0
0,0 0,0 43,0 4294928896,1
0,0 0,0 0,0 0,0
0,0 0,0 0,0 0,0
0,0 0,0 0,0 0,0
-12436,0 -20,0 0,0 0,0
-25689,1 0,0 0,0 0,0
Push done at L : 0
...
...
@@ -96,10 +96,10 @@ Abstract state of the on the fly tree automata(TA):
Transitions: -40 -40 0 1
Weight Matrix :
0,0 0,0 2
,0 20
,0
0,0 0,0
0
,0 0,0
0,0 0,0 2
60,0 43
,0
0,0 0,0
43
,0 0,0
0,0 0,0 0,0 0,0
-
12436,0
0,0 0,0 0,0
-
25689,1
0,0 0,0 0,0
Push done at L : 0
...
...
@@ -112,10 +112,10 @@ Abstract state of the on the fly tree automata(TA):
Transitions: -40 -40 0 1
Weight Matrix :
0,0 0,0 13968,0 0,0
0,0 4294931900,1 260,0 0,0
0,0 0,0 43,0 0,0
0,0 0,0 0,0 0,0
0,0 0,0 0,0 0,0
-12436,0 0,0 0,0 0,0
-25689,1 0,0 0,0 0,0
Push done at L : 0
...
...
@@ -128,10 +128,10 @@ Abstract state of the on the fly tree automata(TA):
Transitions: -40 -40 0 1
Weight Matrix :
0,0
0,0 33
,0 0,0
0,0 0,0
0,0 5
,0
0,0 0,0 0,0 32568
,0
-
12436,0
0,0 0,0 0,0
0,0
256,0 260
,0 0,0
0,0 0,0
43,0 2000
,0
-1,0 0,0 0,0 3
,0
-
25689,1
0,0 0,0 0,0
Push done at L : 0
...
...
@@ -144,10 +144,10 @@ Abstract state of the on the fly tree automata(TA):
Transitions: -40 -40 0 1
Weight Matrix :
0,0 0,0
5
,0 0,0
0,0 0,0
4,0 17040,0
-10286,0 0,0 0,0 32568
,0
-2,0
0,0
0,0 0,0
0,0 0,0
0
,0 0,0
0,0 0,0
0,0 4294927449,1
0,0 0,0 0,0 0
,0
-2,0
-27352,1
0,0 0,0
Push done at L : 0
...
...
@@ -167,8 +167,7 @@ Abstract state of the on the fly tree automata(TA):
Push done at L : 0
The language recognized by the TPDA is EMPTY!
Correct!
#stacks : 1
#clocks : 1
#states : 8
...
...
@@ -178,5 +177,5 @@ Tree-Width(K) : 5
---END OF EXECUTION---
Execution time : 0.000
345
seconds.
Execution time : 0.000
742
seconds.
output/tpg2.txt
View file @
169968bb
Initial state is same as final state
The language recognized by the TPDA is NOT EMPTY!
Wrong
#stacks : 1
#clocks : 1
#states : 6
...
...
@@ -10,5 +9,5 @@ Tree-Width(K) : 5
---END OF EXECUTION---
Execution time :
8.6e-05
seconds.
Execution time :
0.006021
seconds.
output/tpg9.txt
View file @
169968bb
...
...
@@ -77,7 +77,7 @@ Abstract state of the on the fly tree automata(TA):
Transitions: -40 -40 1
Weight Matrix :
0,0 1
5169
,0 0,0
0,0 1
0120
,0 0,0
0,0 0,0 0,0
0,0 0,0 0,0
...
...
@@ -92,9 +92,9 @@ Abstract state of the on the fly tree automata(TA):
Transitions: -40 -40 0 2
Weight Matrix :
0,0 1
5169,0 0,0 15169
,0
0,0 0,0 0,0 1
5169
,0
0,0 0,0 0,0
4294934527,1
0,0 1
0120,0 0,0 10120
,0
0,0 0,0 0,0 1
0120
,0
0,0 0,0 0,0
0,0
-33,0 0,0 0,0 0,0
...
...
@@ -109,7 +109,7 @@ Abstract state of the on the fly tree automata(TA):
Weight Matrix :
0,0 0,0 0,0
-
2246
4,1 0,0 0,0
-
198
4,1 0,0 0,0
0,0 0,0 0,0
...
...
@@ -123,9 +123,9 @@ Abstract state of the on the fly tree automata(TA):
Transitions: 0 -40 0 2
Weight Matrix :
0,0 0,0 0,0 1
5169
,0
0,0 0,0 0,0 1
5169
,0
0,0 0,0 0,0 1
5169
,0
0,0 0,0 0,0 1
0120
,0
0,0 0,0 0,0 1
0120
,0
0,0 0,0 0,0 1
0120
,0
-33,0 -33,0 0,0 0,0
...
...
@@ -140,7 +140,7 @@ Abstract state of the on the fly tree automata(TA):
Weight Matrix :
0,0 0,0 768,0
-32767,1
0,0 0,0
0,0
0,0 0,0
0,0 0,0 0,0
...
...
@@ -160,8 +160,7 @@ Abstract state of the on the fly tree automata(TA):
Push done at L : 0
The language recognized by the TPDA is EMPTY!
Correct!
#stacks : 1
#clocks : 1
#states : 10
...
...
@@ -171,5 +170,5 @@ Tree-Width(K) : 5
---END OF EXECUTION---
Execution time : 0.00
0324
seconds.
Execution time : 0.00
2322
seconds.
output/tps10.txt
View file @
169968bb
Initial state is same as final state
The language recognized by the TPDA is NOT EMPTY!
Wrong
#stacks : 1
#clocks : 1
#states : 4
...
...
@@ -10,5 +9,5 @@ Tree-Width(K) : 5
---END OF EXECUTION---
Execution time :
9e-05
seconds.
Execution time :
0.000187
seconds.
output/tps11.txt
View file @
169968bb
Initial state is same as final state
The language recognized by the TPDA is NOT EMPTY!
Abstract state of the on the fly tree automata(TA):
Points in the automaton:
1----2
L : 1
Transitions: 0 5
Accuracy: 0
TSM : 0 1
Push done at L : 0
Pop done at R : 1
A run of the automation as a witness for the language to be non-empty.
The run given as a sequence of pairs (Transition, Time stamp) :
(0, 0.0), (2, 2.0), (6, 3.0), (4, 6.0), (5, 12.0),
Correct!
#stacks : 1
#clocks : 1
#states : 5
...
...
@@ -10,5 +26,5 @@ Tree-Width(K) : 5
---END OF EXECUTION---
Execution time :
9.1e-05
seconds.
Execution time :
0.000403
seconds.
output/tps2.txt
View file @
169968bb
...
...
@@ -39,8 +39,24 @@ Abstract state of the on the fly tree automata(TA):
Push done at L : 0
The language recognized by the TPDA is EMPTY!
Abstract state of the on the fly tree automata(TA):
Points in the automaton:
1----2
L : 1
Transitions: 0 6
Accuracy: 1
TSM : 0 2
Push done at L : 0
Pop done at R : 1
A run of the automation as a witness for the language to be non-empty.
The run given as a sequence of pairs (Transition, Time stamp) :
(0, 0.0), (1, 0.0), (2, 0.0), (2, 0.0), (3, 0.0), (5, 1.0), (5, 2.0), (6, 2.0),
Wrong
#stacks : 1
#clocks : 1
#states : 4
...
...
@@ -50,5 +66,5 @@ Tree-Width(K) : 5
---END OF EXECUTION---
Execution time : 0.000
152
seconds.
Execution time : 0.000
218
seconds.
output/tps4.txt
View file @
169968bb
...
...
@@ -48,7 +48,7 @@ Abstract state of the on the fly tree automata(TA):
Transitions: -40 1
Weight Matrix :
0,0
4294915280,1
0,0
17616,0
0,0 0,0
...
...
@@ -77,8 +77,8 @@ Abstract state of the on the fly tree automata(TA):
Transitions: -40 -40 1
Weight Matrix :
0,0
6,0
0,0
0,0 0,0 6
,0
0,0
4294917714,1
0,0
-32767,1 0,0 152
,0
0,0 0,0 0,0
...
...
@@ -107,8 +107,8 @@ Abstract state of the on the fly tree automata(TA):
Transitions: -40 -40 1
Weight Matrix :
0,0
64,0 21690,0
-1
6907
,1 0,0 0,0
0,0
4294917714,1 4294917714,1
-1
5954
,1 0,0 0,0
-33,0 0,0 0,0
...
...
@@ -138,7 +138,7 @@ Abstract state of the on the fly tree automata(TA):
Weight Matrix :
0,0 0,0 0,0
0,0 0,0 0
,0
-27137,1 0,0 256
,0
0,0 0,0 0,0
...
...
@@ -158,8 +158,7 @@ Abstract state of the on the fly tree automata(TA):
Push done at L : 0
The language recognized by the TPDA is EMPTY!
Correct!
#stacks : 1
#clocks : 1
#states : 6
...
...
@@ -169,5 +168,5 @@ Tree-Width(K) : 5
---END OF EXECUTION---
Execution time : 0.0003
3
seconds.
Execution time : 0.0003
49
seconds.
output/tps5.txt
View file @
169968bb
...
...
@@ -24,8 +24,24 @@ Abstract state of the on the fly tree automata(TA):
Push done at L : 0
The language recognized by the TPDA is NOT EMPTY!
Abstract state of the on the fly tree automata(TA):
Points in the automaton:
1----2
L : 1
Transitions: 0 8
Accuracy: 1
TSM : 0 6
Push done at L : 0
Pop done at R : 1
A run of the automation as a witness for the language to be non-empty.
The run given as a sequence of pairs (Transition, Time stamp) :
(0, 0.0), (1, 0.0), (2, 0.0), (3, 1.0), (2, 1.0), (4, 4.0), (6, 4.0), (7, 5.0), (6, 5.0), (7, 6.0), (5, 6.0), (8, 6.0),
Correct!
#stacks : 1
#clocks : 1
#states : 5
...
...
@@ -35,5 +51,5 @@ Tree-Width(K) : 5
---END OF EXECUTION---
Execution time : 0.000
181
seconds.
Execution time : 0.000
928
seconds.
output/tps9.txt
View file @
169968bb
...
...
@@ -39,8 +39,7 @@ Abstract state of the on the fly tree automata(TA):
Push done at L : 0
The language recognized by the TPDA is EMPTY!
Correct!
#stacks : 1
#clocks : 1
#states : 5
...
...
@@ -50,5 +49,5 @@ Tree-Width(K) : 5
---END OF EXECUTION---
Execution time : 0.0001
9
seconds.
Execution time : 0.0001
75
seconds.
tree
View file @
169968bb
No preview for this file type
vgcore.5955
0 → 100644
View file @
169968bb
File added
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment