|  |  D.4.20.16 setNmzExecPath Procedure from librarynormaliz.lib(see  normaliz_lib).
 
Example:Usage:
setNmzExecPath(string s); spath to the Normaliz executable
Create:
Normaliz::nmz_exec_pathto save the given paths
Note:
It is not necessary to use this function if the Normaliz executable
is in the search path of the system.
 See also:
 setNmzOption.|  | LIB "normaliz.lib";
setNmzExecPath("../Normaliz/");
 | 
 
 |