Forrest logo
back to context overview

bcomps

List of commands for bcomps:

  • bcomps:tldr:4cdf4 bcomps: Display help for `bcomps`.
    $ bcomps -?
    try on your machine
    explain this command
  • bcomps:tldr:68cd7 bcomps: Decompose one or more graphs into their biconnected components.
    $ bcomps ${path-to-input1-gv} ${path-to-input2-gv ---} > ${path-to-output-gv}
    try on your machine
    explain this command
  • bcomps:tldr:b82d8 bcomps: Write each block and block-cutvertex tree to multiple numbered filenames based on `output.gv`.
    $ bcomps -x -o ${path-to-output-gv} ${path-to-input1-gv} ${path-to-input2-gv ---}
    try on your machine
    explain this command
  • bcomps:tldr:e3287 bcomps: Print the number of blocks and cutvertices in one or more graphs.
    $ bcomps -v -s ${path-to-input1-gv} ${path-to-input2-gv ---}
    try on your machine
    explain this command
back to context overview