2025-03-14 21:59:59 -06:00
|
|
|
# tred
|
|
|
|
|
|
|
|
|
|
> Compute the transitive reduction of directed graphs.
|
2026-02-18 06:55:01 -07:00
|
|
|
> Graphviz filters: `acyclic`, `bcomps`, `comps`, `edgepaint`, `gvcolor`, `gvpack`, `mingle`, `nop`, `sccmap`, `tred`, and `unflatten`.
|
2025-03-14 21:59:59 -06:00
|
|
|
> More information: <https://www.graphviz.org/pdf/tred.1.pdf>.
|
|
|
|
|
|
|
|
|
|
- Construct the transitive reduction graph of one or more directed graphs:
|
|
|
|
|
|
2025-05-08 12:26:01 -06:00
|
|
|
`tred {{path/to/input1.gv path/to/input2.gv ...}} > {{path/to/output.gv}}`
|
2025-03-14 21:59:59 -06:00
|
|
|
|
|
|
|
|
- Display help:
|
|
|
|
|
|
|
|
|
|
`tred -?`
|