Commit 04d3e929 authored by SPARSA ROYCHOWDHURY's avatar SPARSA ROYCHOWDHURY

25/10/17:

1. Time Automata Working
2. A lot change is done in the function reduceshuffle and a lot of work still need to be done else you will be welcome with a segmentation fault.

Sparsa Roychowdhury
parent 5b4e7740
...@@ -26,6 +26,7 @@ class stateGCPP{ ...@@ -26,6 +26,7 @@ class stateGCPP{
relation **r_matrix; // the matrix of relation which denotes the relation between the points fractional part. clearly the size of the matrix is P*P as p is the total number of active colors. relation **r_matrix; // the matrix of relation which denotes the relation between the points fractional part. clearly the size of the matrix is P*P as p is the total number of active colors.
void allocate_r_matrix(); void allocate_r_matrix();
void allocate_r_matrix(relation r); void allocate_r_matrix(relation r);
relation **allocate_r_matrix(char P); relation **allocate_r_matrix(char P);
void delete_r_matrix(); void delete_r_matrix();
void delete_r_matrix(relation **matrix,char P); void delete_r_matrix(relation **matrix,char P);
......
...@@ -13,5 +13,5 @@ ...@@ -13,5 +13,5 @@
0 0
2 3 0 1 0 2 3 0 1 0
1 1 0 2 0 1 1 0 2 1
0 0
...@@ -18,4 +18,4 @@ ...@@ -18,4 +18,4 @@
0 0
3 4 0 0 0 3 4 0 0 0
2 1 1 0 2 0 2 1 1 0 2 1
...@@ -7,5 +7,5 @@ digraph finite_state_machine { ...@@ -7,5 +7,5 @@ digraph finite_state_machine {
1 -> 1 [ label = "{tn:1,x1:=0}" ]; 1 -> 1 [ label = "{tn:1,x1:=0}" ];
1 -> 2 [ label = "{tn:2,ps_1}" ]; 1 -> 2 [ label = "{tn:2,ps_1}" ];
2 -> 3 [ label = "{tn:3,2<=x1<=2}" ]; 2 -> 3 [ label = "{tn:3,2<=x1<=2}" ];
3 -> 4 [ label = "{tn:4,pp_1,1<=x2<=2}" ]; 3 -> 4 [ label = "{tn:4,pp_1,1<=ag(1)<=2}" ];
} }
\ No newline at end of file
input1/test2.png

22.3 KB | W: | H:

input1/test2.png

23.2 KB | W: | H:

input1/test2.png
input1/test2.png
input1/test2.png
input1/test2.png
  • 2-up
  • Swipe
  • Onion skin
...@@ -87,8 +87,9 @@ ...@@ -87,8 +87,9 @@
<runcommandpicklistitem>"${OUTPUT_PATH}" /home/sparsa/Programming/mtp/input/pd1</runcommandpicklistitem> <runcommandpicklistitem>"${OUTPUT_PATH}" /home/sparsa/Programming/mtp/input/pd1</runcommandpicklistitem>
<runcommandpicklistitem>"${OUTPUT_PATH}" /home/sparsa/Programming/mtp/input/tp2_</runcommandpicklistitem> <runcommandpicklistitem>"${OUTPUT_PATH}" /home/sparsa/Programming/mtp/input/tp2_</runcommandpicklistitem>
<runcommandpicklistitem>"${OUTPUT_PATH}" /home/sparsa/Programming/mtp/input/tp2_0</runcommandpicklistitem> <runcommandpicklistitem>"${OUTPUT_PATH}" /home/sparsa/Programming/mtp/input/tp2_0</runcommandpicklistitem>
<runcommandpicklistitem>"${OUTPUT_PATH}" /home/sparsa/Programming/mtp/input1/test2</runcommandpicklistitem>
</runcommandpicklist> </runcommandpicklist>
<runcommand>"${OUTPUT_PATH}" /home/sparsa/Programming/mtp/input/tp2_0</runcommand> <runcommand>"${OUTPUT_PATH}" /home/sparsa/Programming/mtp/input1/test2</runcommand>
<rundir>.</rundir> <rundir>.</rundir>
<buildfirst>false</buildfirst> <buildfirst>false</buildfirst>
<terminal-type>0</terminal-type> <terminal-type>0</terminal-type>
......
This diff is collapsed.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment