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
88b292a0
Commit
88b292a0
authored
Nov 04, 2017
by
SPARSA ROYCHOWDHURY
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
3/11/2017:
1. some bug fixedd? Sparsa Roychowdhury
parent
344b66eb
Changes
4
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
150 additions
and
6 deletions
+150
-6
input1/tpd1_Not_empty
input1/tpd1_Not_empty
+0
-0
input1/tpd1_empty
input1/tpd1_empty
+34
-0
input1/tpdis0
input1/tpdis0
+110
-0
src/tpdaCGPP.cpp
src/tpdaCGPP.cpp
+6
-6
No files found.
input1/tpd1
→
input1/tpd1
_Not_empty
View file @
88b292a0
File moved
input1/tpd1_empty
0 → 100644
View file @
88b292a0
8 7 1 0 2
1
8
1 2 0 0 1
1
0
2 3 0 0 0
1 1
3 4 0 0 1
1
3 1 1 0 1 0 2
4 5 0 0 0
2 2 1 0 -1 1
5 6 0 0 1
1
0
6 7 0 0 0
1 1
7 8 0 1 0
1 0 0 1 1
2 1 1 0 -1 0
0 0 0
0 0 0
input1/tpdis0
0 → 100755
View file @
88b292a0
26 24 16 0 0
1
26
1 2 0 0 1
1
0
2 3 0 0 1
2
0
3 4 0 0 1
3
0
4 5 0 0 1
4
0
5 6 0 0 1
5
0
6 7 0 0 1
6
0
7 8 0 0 1
7
0
8 9 0 0 1
8
0
9 10 0 0 1
9
0
10 11 0 0 1
10
0
11 12 0 0 1
11
0
12 13 0 0 1
12
0
13 14 0 0 1
13
0
14 15 0 0 1
14
0
15 16 0 0 1
15
0
16 17 0 0 1
16
0
17 18 0 2 0
9 1 0 1 0
1 2 0 2 0
0
18 19 0 2 0
10 1 0 1 0
2 2 0 2 0
0
19 20 0 2 0
11 1 0 1 0
3 2 0 2 0
0
20 21 0 2 0
12 1 0 1 0
4 2 0 2 0
0
21 22 0 2 0
13 1 0 1 0
5 2 0 2 0
0
22 23 0 2 0
14 1 0 1 0
6 2 0 2 0
0
23 24 0 2 0
15 1 0 1 0
7 2 0 2 0
0
24 25 0 2 0
16 1 0 1 0
8 2 0 2 0
0
src/tpdaCGPP.cpp
View file @
88b292a0
...
...
@@ -458,7 +458,7 @@ stateGCPP* stateGCPP::reduce(char dn){
// last distance accuracy
vs
->
f
=
nf
;
// add partial flag variable to new state
print_r_matrix
(
vs
->
r_matrix
,
vs
->
P
);
//
print_r_matrix(vs->r_matrix,vs->P);
return
vs
;
// return the partially new state, **** last tsm missing with partial nf as given
}
...
...
@@ -1844,12 +1844,12 @@ stateGCPP* stateGCPP::reduce2(char dn,char wn,short* clockDis,bool* clockAcc,sho
{
cout
<<
int
(
del
[
i
])
<<
"
\t
"
;
}
cout
<<
int
(
dn
)
<<
endl
;
cout
<<
"before tightning"
<<
endl
;
print_r_matrix
(
store_matrix
,
P
+
1
);
//
cout << int(dn) << endl;
//
cout << "before tightning" << endl;
//
print_r_matrix(store_matrix,P+1);
pairWiseTightestRelation
(
store_matrix
,
P
+
1
);
cout
<<
"after tightning"
<<
endl
;
print_r_matrix
(
store_matrix
,
P
+
1
);
//
cout << "after tightning" << endl;
//
print_r_matrix(store_matrix,P+1);
// if(dn==4){
//
...
...
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