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

showNmzOptions -- prints the enabled options

Synopsis

Description

Prints the enabled options to the standard output. The -f option is always set. See setNmzOption for the possible options.
i1 : setNmzOption("triang",true);
i2 : showNmzOptions()
The following options are set:
 -f -tT 

See also

For the programmer

The object showNmzOptions is a function closure.