Skip to content

Commit bedc06c

Browse files
authored
Add files via upload
1 parent 0166270 commit bedc06c

File tree

7 files changed

+2296
-0
lines changed

7 files changed

+2296
-0
lines changed

neat/Digraph.gv

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
digraph {
2+
node [fontsize=9 height=0.2 shape=circle width=0.2]
3+
In0 [fillcolor=lightgray shape=box style=filled]
4+
In1 [fillcolor=lightgray shape=box style=filled]
5+
In3 [fillcolor=lightgray shape=box style=filled]
6+
In4 [fillcolor=lightgray shape=box style=filled]
7+
act1 [fillcolor=lightblue style=filled]
8+
act2 [fillcolor=lightblue style=filled]
9+
137 [fillcolor=white style=filled]
10+
714 [fillcolor=white style=filled]
11+
626 [fillcolor=white style=filled]
12+
404 [fillcolor=white style=filled]
13+
246 [fillcolor=white style=filled]
14+
442 [fillcolor=white style=filled]
15+
540 [fillcolor=white style=filled]
16+
In0 -> act2 [color=red penwidth=0.15464140610078286 style=dotted]
17+
In1 -> act1 [color=green penwidth=0.20589896434649435 style=dotted]
18+
In1 -> act2 [color=green penwidth=0.32201856748289415 style=solid]
19+
In3 -> act1 [color=red penwidth=0.41018376786556177 style=dotted]
20+
In3 -> act2 [color=green penwidth=1.049253720927758 style=solid]
21+
In4 -> act1 [color=red penwidth=0.17560360127452074 style=dotted]
22+
In4 -> act2 [color=green penwidth=0.4084716161702079 style=solid]
23+
137 -> act1 [color=red penwidth=0.17428254929845405 style=dotted]
24+
In0 -> 246 [color=green penwidth=0.4724790110694175 style=dotted]
25+
In0 -> 404 [color=green penwidth=0.34381289726102127 style=dotted]
26+
137 -> 442 [color=green penwidth=0.4006046348289356 style=solid]
27+
442 -> act1 [color=green penwidth=0.5911627385006601 style=solid]
28+
In0 -> 540 [color=red penwidth=0.4238873029754118 style=solid]
29+
540 -> 404 [color=green penwidth=0.4927242488863397 style=solid]
30+
In0 -> 626 [color=green penwidth=0.37161877250004893 style=solid]
31+
626 -> 404 [color=green penwidth=0.1753711398635109 style=solid]
32+
137 -> 714 [color=green penwidth=0.24745341023372266 style=solid]
33+
714 -> act1 [color=red penwidth=0.3848767903179091 style=solid]
34+
246 -> 714 [color=red penwidth=0.28561121470609185 style=solid]
35+
}

neat/Digraph.gv.svg

Lines changed: 83 additions & 0 deletions
Loading

0 commit comments

Comments
 (0)