'list_manifolds' is a program that lists all manifolds having complexity
c, with 0<c<=9 (written by Bruno Martelli)

To install it, type

	make

(after that, you can remove all files except the executable 'list_manifolds')

To use it, type

	./list_manifolds  (RETURN)
	n (RETURN)

with 0<n<=9. The latex file is then returned to your shell. Of course, it
is better to save it into a file named 'census_n.tex': to do so, type

	./list_manifolds  > census_n.tex (RETURN)
	n (RETURN)

so that you can afterwards type

	latex census_n.tex

Comments on the routines used are present in the source file
'list_manifolds.cpp'. The source is written in C++ and uses (a
sufficiently recent version of ...)  the standard library. Comments or
suggestions can be sent to martelli@mail.dm.unipi.it
