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
|