Loading [MathJax]/extensions/tex2jax.js
The Gaudi Framework  v30r3 (a5ef0a68)
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Modules Pages
graphanalysis.py File Reference

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)