-
Notifications
You must be signed in to change notification settings - Fork 1
/
graver.html
46 lines (38 loc) · 1.66 KB
/
graver.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
<pre>
<!--- Autogenerated, do not edit. -->
Usage: graver [options] PROJECT
Computes the Graver basis of a matrix or a given lattice.
Basic options:
-p PREC, --precision=PREC Use precision (32, 64, gmp). Default is 32 bit
-m, --maxnorm Write vectors with maximum norm to PROJECT.maxnorm
-b [FREQ], --backup[=FREQ] Frequently backup status to PROJECT.backup
-r, --resume Resume from backup file PROJECT.backup
-h, --help Display this help
--version Display version information
Output options:
-q, --quiet Quiet mode
-u, --update[=1] Updated output on console (default)
-uu, --update=2 More verbose updated output on console
-v, --verbose[=1] Output once every variable computation
-vv, --verbose=2 Output once every norm sum computation
-vvv, --verbose=3 Output once every norm computation
Logging options:
-n, --log=0 Disable logging (default)
-l, --log[=1] Log once every variable computation to PROJECT.log
-ll, --log=2 Log once every norm sum computation to PROJECT.log
-lll, --log=3 Log once every norm computation to PROJECT.log
Input files:
PROJECT.mat Matrix
PROJECT.lat Lattice basis (can be provided instead of matrix)
PROJECT.sign Sign of columns (optional)
PROJECT.lb Lower bounds of columns (optional)
PROJECT.ub Upper bounds of columns (optional)
Backup files:
PROJECT.backup Backup file
PROJECT.backup~ Temporary backup file
(if it exists, it may be newer than PROJECT.backup)
Output files:
PROJECT.gra Graver basis
PROJECT.zfree Free part of the solution
PROJECT.maxnorm Vectors with maximum norm (if -m, --maxnorm is in use)
</pre>