tred(1) - Linux man page
Name
tred - transitive reduction filter for directed graphsSynopsis
tred [ files ]Description
Undirected graphs are silently ignored.
Operands
The following operand is supported:- files
- Names of files containing 1 or more graphs in dot format. If no files operand is specified, the standard input will be used.
Bugs
Using bitmaps internally would substantially decrease running time.Diagnostics
If a graph has cycles, its transitive reduction is not uniquely defined. In this case tred emits a warning.Authors
Stephen C. North <north@research.att.com>Emden R. Gansner <erg@research.att.com>