|  |  D.4.20.14 showNmzOptions Procedure from librarynormaliz.lib(see  normaliz_lib).
 
Example:Usage:
showNmzOptions();
Return:
Returns the string of activated options.
Note:
This string is used as parameter when calling Normaliz.
 See also:
 setNmzOption.|  | LIB "normaliz.lib";
setNmzOption("hilb",1);
==> 1
showNmzOptions();
==>  -f -h  
 | 
 
 |