File: cube8.ine

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