File: README.txt

package info (click to toggle)
regina-normal 4.5-1
  • links: PTS
  • area: main
  • in suites: lenny
  • size: 16,824 kB
  • ctags: 7,862
  • sloc: cpp: 63,296; ansic: 12,913; sh: 10,556; perl: 3,294; makefile: 947; python: 188
file content (34 lines) | stat: -rw-r--r-- 1,360 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
Regina Census and Sample File Directory
---------------------------------------

This directory contains a number of censuses of triangulations of
different types.  Each census data file includes a text packet
containing a full description of the census including its origin.

Also within this directory is a number of sample files that illustrate how
Regina can be used.  A good starting point is sample-misc.rga, which can
be opened directly from within the main user interface.

Most of these census and sample data files can be accessed easily through
the "File -> Open Example" menu when running Regina.

The subdirectory sigs/ contains a series of plain text files representing
a census of splitting surface signatures.  See sigs/README.txt for further
details.

Files within this directory are of the following types.

*.rga:
    These are topology data files.  They can be opened directly from within
    the main user interface.

*.session:
    These are complete transcripts of sample python sessions, including
    both user input and program output.  You can start a python session
    from the command line by running "regina-python".

*.py:
    These are the same sample python sessions as above but only the user
    input has been included.  These scripts may be fed directly into Regina
    using a command of the form "regina-python foo.py"