24330fb
.TH "BLISS" "1" "@VERSION@" "Tommi Junttila & Petteri Kaski" "User Commands"
24330fb
.SH "NAME"
24330fb
bliss \- Compute automorphism groups and canonical labelings of graphs
24330fb
.SH "SYNOPSIS"
24330fb
.B bliss
24330fb
[\fIOPTIONS\fR] [<\fIGRAPH FILE\fR>]
24330fb
.SH "DESCRIPTION"
24330fb
.PP
24330fb
Bliss is an open source tool for computing automorphism groups and
24330fb
canonical forms of graphs.  The graphs are specified in DIMACS format.
24330fb
.TP
24330fb
\fB\-directed\fR
24330fb
the input graph is directed
24330fb
.TP
24330fb
\fB\-can\fR
24330fb
compute canonical form
24330fb
.TP
24330fb
\fB\-ocan\fR=\fIf\fR
24330fb
compute canonical form and output it in file \fIf\fR
24330fb
.TP
24330fb
\fB\-v\fR=\fIN\fR
24330fb
set verbosity level to N [N >= 0, default: 1]
24330fb
.TP
24330fb
\fB\-sh\fR=\fIX\fR
24330fb
select splitting heuristics, where X is:
24330fb
.TS
24330fb
tab(;);
24330fb
R L.
24330fb
f;first non-singleton cell
24330fb
fl;first largest non-singleton cell
24330fb
fs;first smallest non-singleton cell
24330fb
fm;first maximally non-trivially connected non-singleton cell
24330fb
flm;first largest maximally non-trivially connected
24330fb
;non-singleton cell
24330fb
fsm;first smallest maximally non-trivially connected
24330fb
;non-singleton cell (default)
24330fb
.TE
24330fb
.TP
24330fb
\fB\-fr\fR=\fIX\fR
24330fb
use failure recording? [X=y/n, default: y]
24330fb
.TP
24330fb
\fB\-cr\fR=\fIX\fR
24330fb
use component recursion? [X=y/n, default: y]
24330fb
.TP
24330fb
\fB\-version\fR
24330fb
print the version number and exit
24330fb
.TP
24330fb
\fB\-help\fR
24330fb
print this help and exit
24330fb
.SH "AUTHORS"
24330fb
Bliss was written by Tommi Junttila <Tommi.Junttila@tkk.fi> and
24330fb
Petteri Kaski <petteri.kaski@aalto.fi>.
24330fb
.PP
24330fb
This man page was written by Jerry James <loganjerry@gmail.com>.
24330fb
It is distributed under the same terms as bliss.