next | previous | forward | backward | up | top | index | toc | Macaulay2 web site

setNmzOption -- set an option

Synopsis

Description

The Normaliz options are accessible via the following names:

Run mode type:

-s: supp
-v: triang
-p: hvect
-n: normal
-h: hilb
-d: dual

Further options:

-c: control
-a: allf
-i: ignore
-e: errorcheck
-m: savememory

Note that it makes no sense to activate more than one of the run mode options. The -f option is always set. The default value of all options is false except for ignore.
i1 : setNmzOption("triang",true);
i2 : showNmzOptions()
The following options are set:
 -f -v -i 

See also

Ways to use setNmzOption :