-- Leo's gemini proxy

-- Connecting to freeshell.de:1965...

-- Connected

-- Sending request

-- Meta line: 20 text/gemini;lang=en-GB

acyclic


> Make a directed graph acyclic by reversing some edges.

> Graphviz filters: `acyclic`, `bcomps`, `comps`, `edgepaint`, `gvcolor`, `gvpack`, `mingle`, `nop`, `sccmap`, `tred`, & `unflatten`.

More information.


Make a directed graph acyclic by reversing some edges:

acyclic {path/to/input.gv} > {path/to/output.gv}

Print if a graph is acyclic, has a cycle, or is undirected, producing no output graph:

acyclic -v -n {path/to/input.gv}

Display help for `acyclic`:

acyclic -?


> Copyright © 2014—present the tldr-pages team and contributors.

> This work is licensed under the Creative Commons Attribution 4.0 International License (CC-BY).

CC-BY



-- Response ended

-- Page fetched on Tue May 21 02:06:01 2024