NAME

gfsmutils - finite state machine command-line utilities


PROGRAMS

The following is a list of the programs and user documentation contained in the gfsm package. See the individual manpages for details.

gfsmarcsort
Sort arcs of a finite state machine

See the gfsmarcsort manpage for details.

gfsmclosure
Compute Kleene closure of a finite state machine

See the gfsmclosure manpage for details.

gfsmcompile
Compile text format gfsm files to binary

See the gfsmcompile manpage for details.

gfsmcomplement
Compute complement of finite state acceptors

See the gfsmcomplement manpage for details.

gfsmconcat
Concatenate finite state machines

See the gfsmconcat manpage for details.

gfsmconvert
Convert binary format gfsm files

See the gfsmconvert manpage for details.

gfsmdeterminize
Determinize a finite state machine

See the gfsmdeterminize manpage for details.

gfsmdraw
Generate graph specifications from binary gfsm files

See the gfsmdraw manpage for details.

gfsminfo
Show basic information about stored gfsm files

See the gfsminfo manpage for details.

gfsminvert
Invert input/output tapes of finite state machines

See the gfsminvert manpage for details.

gfsmprint
Convert binary format gfsm files to text

See the gfsmprint manpage for details.

gfsmproject
Project one side of finite state machines

See the gfsmproject manpage for details.

gfsmprune
Prune unreachable states from finite state machines

See the gfsmprune manpage for details.

gfsmrenumber
Renumber states in finite state machines

See the gfsmrenumber manpage for details.

gfsmreverse
Reverse a finite state machine

See the gfsmreverse manpage for details.

gfsmunion
Compute union of finite state machines

See the gfsmunion manpage for details.


DESCRIPTION

The gfsmutils package provides a suite of command-line tools for manipulation of finite state machines (FSMs) using the libgfsm library.


ADDENDA

About this Document

Documentation file auto-generated by optgen.perl version 0.04. Translation was initiated on Fri Sep 24 09:58:49 CEST 2004 as:

   /usr/local/bin/optgen.perl --nocfile --nohfile --nopod --no-handle-help --no-handle-version --no-handle-rcfile --no-handle-error --template=gfsmutils.skel -


SEE ALSO

gfsmarcsort(1), gfsmclosure(1), gfsmcompile(1), gfsmcomplement(1), gfsmconcat(1), gfsmconvert(1), gfsmdeterminize(1), gfsmdraw(1), gfsminfo(1), gfsminvert(1), gfsmprint(1), gfsmproject(1), gfsmprune(1), gfsmrenumber(1), gfsmreverse(1), gfsmunion(1), fsm(1), fsm(5)


AUTHOR

Bryan Jurish <moocow@ling.uni-potsdam.de>