Macaulay2 » Documentation
Packages » Normaliz :: nmzVersion
next | previous | forward | backward | up | index | toc

nmzVersion -- global variable holding the Normaliz version

Description

The executable of the program Normaliz. The package Normaliz uses the version stored in the global variable nmzVersion. It can be normaliz, norm 64 or normbig. If no version is specified it will use normaliz. This can be used to use executables of Normaliz version 2.5 with this version of the Macaulay package.
i1 : nmzVersion

o1 = 
i2 : nmzVersion="normbig";
i3 : nmzVersion

o3 = normbig

For the programmer

The object nmzVersion is a string.