|  | The Gaudi Framework
    v36r9p1 (5c15b2bb)
    | 
Go to the source code of this file.
| Namespaces | |
| graphanalysis | |
| Functions | |
| def | graphanalysis.read_graph_from_json (filename) | 
| def | graphanalysis.analyze_and_fix_cycles (gr) | 
| def | graphanalysis.analyze_connected_componets (gr) | 
| def | graphanalysis.analyze_critical_path (gr) | 
| def | graphanalysis.print_graph_to_json (gr, filename) | 
| Variables | |
| string | graphanalysis.filename = "Athena.json" | 
| def | graphanalysis.gr = read_graph_from_json(filename) | 
| def | graphanalysis.had_to_fix_cycles = analyze_and_fix_cycles(gr) |