![]() |
The Gaudi Framework
master (1a7a3838)
|
Go to the source code of this file.
Namespaces | |
| namespace | graphanalysis |
Functions | |
| graphanalysis.read_graph_from_json (filename) | |
| graphanalysis.analyze_and_fix_cycles (gr) | |
| graphanalysis.analyze_connected_componets (gr) | |
| graphanalysis.analyze_critical_path (gr) | |
| graphanalysis.print_graph_to_json (gr, filename) | |
Variables | |
| str | graphanalysis.filename = "Athena.json" |
| graphanalysis.gr = read_graph_from_json(filename) | |
| graphanalysis.had_to_fix_cycles = analyze_and_fix_cycles(gr) | |