File: cube6.ine

package info (click to toggle)
cddlib 094l-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 2,264 kB
  • sloc: ansic: 9,303; makefile: 95; sh: 1
file content (17 lines) | stat: -rw-r--r-- 320 bytes parent folder | download | duplicates (18)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
* 6-dim hypercube
H-representation
begin
    12    7    integer
 1  1  0  0  0  0  0
 1  0  1  0  0  0  0
 1  0  0  1  0  0  0
 1  0  0  0  1  0  0
 1  0  0  0  0  1  0
 1  0  0  0  0  0  1
 1 -1  0  0  0  0  0
 1  0 -1  0  0  0  0
 1  0  0 -1  0  0  0
 1  0  0  0 -1  0  0
 1  0  0  0  0 -1  0
 1  0  0  0  0  0 -1
end