Home Online Manual
Top
Back: setNmzOption
Forward: normaliz
FastBack: normal_lib
FastForward: pointid_lib
Up: normaliz_lib
Top: Singular Manual
Contents: Table of Contents
Index: Index
About: About this document

D.4.18.14 showNmzOptions

Procedure from library normaliz.lib (see normaliz_lib).

Usage:
showNmzOptions();

Return:
Returns the string of activated options.

Note:
This string is used as parameter when calling Normaliz.

Example:
 
LIB "normaliz.lib";
setNmzOption("hilb",1);
==> 1
showNmzOptions();
==>  -f -h  
See also: setNmzOption.