|  |  D.4.25.20 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 -x=8  
setNmzOption("hilb",0);
==> 1
showNmzOptions();
==>  -f -x=8  
 | 
 
 |