CoxIter  1.3
CoxIter - Computing invariants of hyperbolic Coxeter groups
Main page of the documentation
Author
Rafael Guglielmetti

General information

The aim of CoxIter is to provide tools to compute some invariants of hyperbolic Coxeter groups. For a given hyperbolic Coxeter group, the program can:

  • compute the Euler characteristic (and thus the volume when the dimension is even)
  • compute f-vector
  • check whether the group is cocompact or not
  • check whether the group has finite volume
  • compute the growth series and the growth rate
  • in some cases, check if the group is arithmetic.

Installing CoxIter

Testing CoxIter

To test CoxIter, browse to "the testing/build/" folder and type the following commands:

tar -xf ../../graphs/testing_index2.tar.gz --directory ../../graphs/
cmake ../
make
./tests

The tests should take several minutes to complete.

More information are available here: https://github.com/rgugliel/CoxIter/blob/master/testing/README.md

Updating CoxIter

Under Linux and OSX, open a terminal and browse to your CoxIter directory. Then, type the following:

git pull origin master
cd build
cmake ..
cmake --build .

That's it.

Table of contents