File: origin.ine

package info (click to toggle)
cddlib 094j-2
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 4,516 kB
  • sloc: ansic: 9,288; sh: 4,175; makefile: 78
file content (15 lines) | stat: -rw-r--r-- 342 bytes parent folder | download | duplicates (11)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
* filename: origin.ine
* The polytope consists of a single point, the origin.
* cddlib now works properly for this input (version 090c and up).
H-representation
begin
    7   7     integer
 0  1  0  0  0  0  0
 0  0  1  0  0  0  0
 0  0  0  1  0  0  0
 0  0  0  0  1  0  0
 0  0  0  0  0  1  0
 0  0  0  0  0  0  1
 0 -1 -1 -1 -1 -1 -1
end