Macaulay2 » Documentation
Packages » Normaliz :: setNmzOption
next | previous | forward | backward | up | index | toc

setNmzOption -- sets a command line option for Normaliz

Synopsis

Description

The Normaliz options are accessible via the following names:

Computation mode: The options with _l indicate that they are in particular useful for big examples.Further options:

Note that it makes no sense to activate more than one of the computation mode options. The -f option, which makes the .gen, .inv, .cst files to be printed, is always set. The default value of all options is false.

To check which options are set use showNmzOptions.
i1 : setNmzOption("triang",true);
i2 : showNmzOptions()
The following options are set:
 -f -tT 

See also

Ways to use setNmzOption :

For the programmer

The object setNmzOption is a method function.