File: lattice.mci

package info (click to toggle)
mcl 1%3A14-137-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd, stretch
  • size: 10,704 kB
  • ctags: 5,125
  • sloc: ansic: 53,217; sh: 4,448; perl: 3,967; makefile: 422
file content (40 lines) | stat: -rw-r--r-- 624 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40

try e.g.
   mcl lattice.mci -o -
and
   mcx /lattice.mci lm tp add /- wm | mcl - -o -
(the mcx invocation transforms it to an undirected graph)

            11           
           /|\           
         9/ | \10        
          \ | /          
         __\|/_          
        /   8  \         
      6/    ____\7       
      /|\  /    /|\      
    2/ | \/   4/ | \5    
     \ | /3    \ | /     
      \|/       \|/      
      0         1        

(mclheader
mcltype matrix
dimensions 12x12
)
(mclmatrix
begin
0  2 3 6 $
1  4 5 7 $
2  6 $
3  6 7 $
4  7 $
5  7 $
6  8 $
7  8 $
8  5 10 11 $
9  11 $
10 11 $
11 $
)