![]() |
ATLAS Offline Software
|
Public Member Functions | |
| __init__ (self, G, roots=[]) | |
| order (self) | |
| isDAG (self) | |
Public Attributes | |
| list | marked = [False for i in range(G.V)] |
| list | order_ = [] |
order the nodes of a digraph in topological (i.e. execution) order.
Definition at line 83 of file graphAlgs.py.
| graphAlgs.Topological.__init__ | ( | self, | |
| G, | |||
| roots = [] ) |
Definition at line 86 of file graphAlgs.py.
| graphAlgs.Topological.isDAG | ( | self | ) |
Definition at line 100 of file graphAlgs.py.
| graphAlgs.Topological.order | ( | self | ) |
Definition at line 97 of file graphAlgs.py.
| list graphAlgs.Topological.marked = [False for i in range(G.V)] |
Definition at line 87 of file graphAlgs.py.
| graphAlgs.Topological.order_ = [] |
Definition at line 88 of file graphAlgs.py.