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

nmzVersion -- global variable holding the Normaliz version

Description

The executable of the program Normaliz comes in two versions: norm 64 and normbig. The package Normaliz uses the version stored in the global variable nmzVersion. If no version is specified it will use norm 64.

i1 : nmzVersion

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

o3 = normbig

For the programmer

The object nmzVersion is a string.