Normaliz is a tool for computations in affine monoids, vector configurations, lattice polytopes, and rational cones.
Here we should include the manual for the normaliz flags/functions,
but we wait until libnormaliz interface is more stable. For the
moment look at the examples for available functions on
NormalizCone
s and setting flags.
**libnormaliz** website |
Right now (8 October 2010) Normaliz interface as a C++ library is still under development and we are linking to a version which is not officially released. The authors will be quite happy to send you a snapshot in the meanwhile.
After downloading and unzipping it, configure CoCoALib typing
cd CoCoALib-0.99 ./configure --with-libnormaliz=<your_path_to>/libnormaliz/ make
and CoCoALib and libnormaliz will be compiled together.
The compilation of libnormaliz will give many warnings: don't worry, they are just warnings due to the paranoid high warning level of CoCoALib ;-)
2010