Home Online Manual
Top
Back: normaliz
Forward: writeNmzData
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.16 setNmzExecPath

Procedure from library normaliz.lib (see normaliz_lib).

Usage:
setNmzExecPath(string s); s path to the Normaliz executable

Create:
Normaliz::nmz_exec_path to save the given path s

Note:
It is not necessary to use this function if the Normaliz executable is in the search path of the system.

Example:
 
LIB "normaliz.lib";
setNmzExecPath("../Normaliz/");
See also: setNmzOption.