|  |  D.4.20.13 setNmzOption Procedure from librarynormaliz.lib(see  normaliz_lib).
 
Example:Usage:
setNmzOption(string s, int onoff);
Purpose:
If onoff=1the optionsis activated, and
ifonoff=0it is deactivated.
The Normaliz options are accessible via the following names:
 -s:  supp
 -t:  triang
 -v:  volume
 -p:  hvect
 -1:  height1
 -n:  normal
 -N:  normal_l
 -h:  hilb
 -d:  dual
 -a:  allf
 -c:  control
 -e:  errorcheck
 -B:  bigintUse GMP for arbitrary precision integers
 -x=N:  threadsIn this case the int parameter is used to set the
number of threads N, 0 means no explicit limiting.
In the next version of this library the options will be accessible
via their standard Normaliz 3.0 names.
 
 See also:
 showNmzOptions.|  | LIB "normaliz.lib";
setNmzOption("hilb",1);
==> 1
showNmzOptions();
==>  -f -h  
 | 
 
 |