next
|
previous
|
forward
|
backward
| up |
top
|
index
|
toc
|
Macaulay2 web site
showNmzOptions -- prints the enabled options
Synopsis
Usage:
showNmzOptions()
Description
Prints the enabled options to the standard output. The
-f
option is always set.
i1 : setNmzOption("triang",true);
i2 : showNmzOptions() The following options are set: -f -v -i
See also
setNmzOption
-- set an option