|
D.4.26.17 allNmzOptions
Procedure from library normaliz.lib (see normaliz_lib).
- Usage:
- proc alNmzOptions();
- Purpose:
- The function prints a list of the Normaliz otions that
are available in this library: the string naming the option,
the default value, and the option sent to Normaliz.
Example:
| LIB "normaliz.lib";
allNmzOptions();
| See also:
@xref{listNmzOptions};
setNmzOption.
|