This repository has been archived by the owner on Sep 3, 2018. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathoutput.html
87 lines (68 loc) · 3.31 KB
/
output.html
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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
<pre>
<!--- Autogenerated, do not edit. -->
usage: output [--options] FILENAME.EXT
Transforms a 4ti2 matrix file to something else.
General options:
--quiet No output is written to the screen.
Options that control what to output: their output files:
--binomials Write vectors as binomials. FILENAME.EXT.bin
Use an optional input file
'FILENAME.EXT.vars'
to specify variable names.
--maple Write vectors as Maple list. FILENAME.EXT.maple
This format is suitable also for
CoCoA, Mathematica, Macaulay2.
--0-1 Extract vectors with 0-1
components only. FILENAME.EXT.0-1
--transpose Transpose matrix and write it FILENAME.EXT.tra
in 4ti2 format.
--degree Print 1-norms of all vectors.
--degree N Extract all vectors of 1-norm FILENAME.EXT.deg.N
equal to N.
--degree N1 N2 Extract all vectors of 1-norm FILENAME.EXT.deg.N1-N2
between N1 and N2 (inclusive).
--support Print supports of all vectors.
--support S Extract all vectors of support FILENAME.EXT.supp.S
size equal to S.
--support S1 S2 Extract all vectors of support FILENAME.EXT.supp.S1-S2
size between S1 and S2 (incl.)
--positive Extract positive parts of vectors. FILENAME.EXT.pos
Corresponds to leading terms of
binomials.
--3way A B C Write vectors as 3-way tables FILENAME.EXT.3way
of size A x B x C.
--nonzero-at K Extract all vectors that have FILENAME.EXT.nonzero.K
nonzero K-th coordinate.
Undocumented or obscure options for experts:
--representatives
--dominated Extract all non-dominated vectors FILENAME.EXT.nondom
--maximal-non-dominated FILENAME.EXT.maxnondom
--expand-representatives-to-full-orbits
--type T
--AxB Computes a matrix-vector product.
--macaulay2
--mathematica
--cocoa
--sum Print the sum of the columns.
--submatrix LISTFILENAME FILENAME.EXT.submat
--remove-column I FILENAME.EXT.remcol
--remcol I FILENAME.EXT.remcol
--stabilizer SYMMFILENAME FILENAME.EXT.stab
--fill-column FILENAME.EXT.fil
--add-column FILENAME.EXT.addcol
--fix I1 ... IK Extract fixed vectors, FILENAME.EXT.fix
that is, those vectors that
have x[i]=i for the given i.
--fox I1 ... IK Extract relaxed fixed vectors. FILENAME.EXT.fox
--initial-forms Extract initial forms. FILENAME.ini
(Call with FILENAME rather FILENAME.ini.bin
than FILENAME.EXT. Reads
FILENAME.gro and
optionally FILENAME.cost and
FILENAME.vars.
Examples:
'output --binomials file.gra' writes the Graver basis elements as
binomials in 'file.gra.bin'.
'output --0-1 foo.gra' extracts the 0-1 elements from the Graver basis
elements and writes them into 'foo.gra.0-1'.
</pre>