|
D.4.24.17 allNmzOptions
Procedure from library normaliz.lib (see normaliz_lib).
- Usage:
- proc alNmzOptions();
- Purpose:
- The function prints a list of the Normaliz options that
are available in this library: the string naming the option,
the default value, and the option sent to Normaliz.
Example:
| LIB "normaliz.lib";
allNmzOptions();
==> supp 0 -s
==> triang 0 -T
==> volume 0 -v
==> hvect 0 -p -- name deprecated, use hvect_deg1
==> hvect_deg1 0 -p
==> only_hvect 0 -q
==> fvect 0 --FVector
==> height1 0 -1
==> Gorenst 0 -G
==> intclosed 0 --IsIntegrallyClosed
==> witness 0 --w
==> classgroup 0 -C
==> normal 0 -n -- name deprecated, use hilbbasvol
==> hilbbasvol 0 -n
==> normal_l 0 -N -- name deprecated, use hilbbas
==> hilbbas 0 -N
==> hilb 0 -h -- name deprecated, use hilbbas_hvect
==> hilbbas_hvect 0 -h
==> dual 0 -d
==> markov 0 --MarkovBasis --BinomialsPacked
==> groebner 0 --GroebnerBasis --BinomialsPacked
==> lex 0 --Lex
==> revlex 0 --RevLex
==> lex 0 --Lex
==> deglex 0 --DegLex
==> genoverori 0 -M --mod
==> type 0 --typ
==> control 0 -c -- name deprecated, use verbose
==> verbose 0 -c
==> allf 0 -a
==> bigint 0 -B
==> threads 8 -x=
==> errorcheck 0 -e -- allowed, but ignored by Normaliz
==>
| See also:
setNmzOption;
showNmzOptions.
|