man trisetcmp (Commandes) - Compare triangulations between two Regina data files
NAME
trisetcmp - Compare triangulations between two Regina data files
SYNOPSIS
trisetcmp [ -m | -n ] file1 file2
DESCRIPTION
This utility compares all triangulations in the first file against all triangulations in the second file. Specifically, it looks to see which triangulations from file1 are isomorphic to which triangulations from file2.
The two given files must be Regina data files. A full list of matches (or a full list of non-matches if -n is passed) is written to standard output.
OPTIONS
- -m (default)
- Output matches only. All isomorphic matches between triangulations in file1 and triangulations in file2 will be listed.
- -n
- Output non-matches only. All triangulations from file1 with no isomorphic match in file2 will be listed, and vice versa.
SEE ALSO
regina-kde.
AUTHOR
Regina was written by Ben Burton <bab@debian.org> with help from others; see the documentation for full details.