next | previous | forward | backward | up | top | index | toc | Macaulay2 web site

setNmzExecPath -- sets the path to the executable for Normaliz

Synopsis

Description

This is absolutely necessary if it is not in the search path. Note that the string should not contain $ since Macaulay 2 seems to have problems with such paths.
i1 : setNmzExecPath("~/Normaliz2.1Linux");  -- Unix
i2 : setNmzExecPath("d:/Normaliz2.1Windows"); -- Windows
i3 : getNmzExecPath() 

o3 = d:/Normaliz2.1Windows/
i4 : setNmzExecPath("")  --reset
The last / is added if necessary.

See also

Ways to use setNmzExecPath :