Skip to content

nfleet/isolation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Isolation Build Status Coverage Status

Isolation computes strongly connected components of a specified directed graph.

Usage: isol [options] <SOURCE> <<TARGET>>

Options:
    -a, --all           include the nodes of the largest component (prints all
                        nodes of the graph)
    -h, --help          show this help

For more help, see the official documentation.

Installation

You need Rust 1.0 to build this. Install it and then clone this repo and then run cargo build --release in the directory. The binary is then available in target/release/isol.

License

Copyright © 2015 NFleet Oy. All rights reserved.

Licensed under the Modified BSD License (also known as the 3-clause BSD License), see LICENSE.md for details.

About

Compute strongly connected components of a graph on the command line.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages