next
|
previous
|
forward
|
backward
| up |
top
|
index
|
toc
|
Macaulay2 web site
setNmzVersion -- sets the version of the executable for Normaliz
Synopsis
Usage:
setNmzVersion(s)
Inputs:
a
string
, should be one of the following:
norm32
,
norm64
, or
normbig
Description
The default is
norm64
.
i1 : setNmzVersion("normbig");
i2 : getNmzVersion() o2 = normbig
i3 : setNmzVersion("norm32");
See also
getNmzVersion
-- returns the current version of Normaliz to be used
Ways to use
setNmzVersion
:
setNmzVersion(String)