The Gaudi Framework
v30r3 (a5ef0a68)
|
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" |
graphanalysis.gr = read_graph_from_json(filename) | |
graphanalysis.had_to_fix_cycles = analyze_and_fix_cycles(gr) | |