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

setNmzOption -- sets a command line option for Normaliz

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 
o2 = stdio

o2 : File

See also

Ways to use setNmzOption:

  • setNmzOption(String,Boolean)

For the programmer

The object setNmzOption is a method function.


The source of this document is in Normaliz.m2:1416:0.