Forrest logo
back to context overview

acyclic

List of commands for acyclic:

  • acyclic:tldr:26948 acyclic: Display help for `acyclic`.
    $ acyclic -?
    try on your machine
    explain this command
  • acyclic:tldr:35db3 acyclic: Make a directed graph acyclic by reversing some edges.
    $ acyclic ${path-to-input-gv} > ${path-to-output-gv}
    try on your machine
    explain this command
  • acyclic:tldr:e95fb acyclic: Print if a graph is acyclic, has a cycle, or is undirected, producing no output graph.
    $ acyclic -v -n ${path-to-input-gv}
    try on your machine
    explain this command
back to context overview