graph_reduce 0.1.1

Simplify and sort directed acyclic graphs, and their associated matrices
Documentation
/** Graph Reduce
 * Written by Melephas <Sam Miller>
 * Contact: noogii7@gmail.com
 * 
 * License: BSD-3-Clause
 */

#[cfg(test)]
mod tests {
    #[test]
    fn it_works() {
        assert_eq!(2 + 2, 4);
    }
}