|
1 <?xml version="1.0" encoding="ascii"?> |
|
2 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" |
|
3 "DTD/xhtml1-transitional.dtd"> |
|
4 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> |
|
5 <head> |
|
6 <title>graph</title> |
|
7 <link rel="stylesheet" href="epydoc.css" type="text/css" /> |
|
8 <script type="text/javascript" src="epydoc.js"></script> |
|
9 </head> |
|
10 |
|
11 <body bgcolor="white" text="black" link="blue" vlink="#204080" |
|
12 alink="#204080"> |
|
13 <!-- ==================== NAVIGATION BAR ==================== --> |
|
14 <table class="navbar" border="0" width="100%" cellpadding="0" |
|
15 bgcolor="#a0c0ff" cellspacing="0"> |
|
16 <tr valign="middle"> |
|
17 <!-- Home link --> |
|
18 <th bgcolor="#70b0f0" class="navbar-select" |
|
19 > Home </th> |
|
20 |
|
21 <!-- Tree link --> |
|
22 <th> <a |
|
23 href="module-tree.html">Trees</a> </th> |
|
24 |
|
25 <!-- Index link --> |
|
26 <th> <a |
|
27 href="identifier-index.html">Indices</a> </th> |
|
28 |
|
29 <!-- Help link --> |
|
30 <th> <a |
|
31 href="help.html">Help</a> </th> |
|
32 |
|
33 <!-- Project homepage --> |
|
34 <th class="navbar" align="right" width="100%"> |
|
35 <table border="0" cellpadding="0" cellspacing="0"> |
|
36 <tr><th class="navbar" align="center" |
|
37 ><a class="navbar" target="_top" href="http://code.google.com/p/python-graph/">python-graph</a></th> |
|
38 </tr></table></th> |
|
39 </tr> |
|
40 </table> |
|
41 <table width="100%" cellpadding="0" cellspacing="0"> |
|
42 <tr valign="top"> |
|
43 <td width="100%"> |
|
44 <span class="breadcrumbs"> |
|
45 Package graph |
|
46 </span> |
|
47 </td> |
|
48 <td> |
|
49 <table cellpadding="0" cellspacing="0"> |
|
50 <!-- hide/show private --> |
|
51 </table> |
|
52 </td> |
|
53 </tr> |
|
54 </table> |
|
55 <!-- ==================== PACKAGE DESCRIPTION ==================== --> |
|
56 <h1 class="epydoc">Package graph</h1><p class="nomargin-top"></p> |
|
57 <p>python-graph</p> |
|
58 <p>A library for working with graphs in Python.</p> |
|
59 |
|
60 <hr /> |
|
61 <div class="fields"> <p><strong>Version:</strong> |
|
62 1.3.1 |
|
63 </p> |
|
64 </div><!-- ==================== SUBMODULES ==================== --> |
|
65 <a name="section-Submodules"></a> |
|
66 <table class="summary" border="1" cellpadding="3" |
|
67 cellspacing="0" width="100%" bgcolor="white"> |
|
68 <tr bgcolor="#70b0f0" class="table-header"> |
|
69 <td align="left" colspan="2" class="table-header"> |
|
70 <span class="table-header">Submodules</span></td> |
|
71 </tr> |
|
72 <tr><td class="summary"> |
|
73 <ul class="nomargin"> |
|
74 <li> <strong class="uidlink"><a href="graph.accessibility-module.html">graph.accessibility</a></strong>: <em class="summary">Accessibility algorithms for python-graph.</em> </li> |
|
75 <li> <strong class="uidlink"><a href="graph.generators-module.html">graph.generators</a></strong>: <em class="summary">Random graph generators for python-graph.</em> </li> |
|
76 <li> <strong class="uidlink"><a href="graph.minmax-module.html">graph.minmax</a></strong>: <em class="summary">Minimization and maximization algorithms for python-graph.</em> </li> |
|
77 <li> <strong class="uidlink"><a href="graph.readwrite-module.html">graph.readwrite</a></strong>: <em class="summary">Functions for reading and writing graphs.</em> </li> |
|
78 <li> <strong class="uidlink"><a href="graph.searching-module.html">graph.searching</a></strong>: <em class="summary">Search algorithms for python-graph.</em> </li> |
|
79 <li> <strong class="uidlink"><a href="graph.sorting-module.html">graph.sorting</a></strong>: <em class="summary">Sorting algorithms for python-graph.</em> </li> |
|
80 <li> <strong class="uidlink"><a href="graph.traversal-module.html">graph.traversal</a></strong>: <em class="summary">Traversal algorithms for python-graph.</em> </li> |
|
81 </ul></td></tr> |
|
82 </table> |
|
83 |
|
84 <br /> |
|
85 <!-- ==================== CLASSES ==================== --> |
|
86 <a name="section-Classes"></a> |
|
87 <table class="summary" border="1" cellpadding="3" |
|
88 cellspacing="0" width="100%" bgcolor="white"> |
|
89 <tr bgcolor="#70b0f0" class="table-header"> |
|
90 <td align="left" colspan="2" class="table-header"> |
|
91 <span class="table-header">Classes</span></td> |
|
92 </tr> |
|
93 <tr> |
|
94 <td width="15%" align="right" valign="top" class="summary"> |
|
95 <span class="summary-type"> </span> |
|
96 </td><td class="summary"> |
|
97 <a href="graph.graph-class.html" class="summary-name">graph</a><br /> |
|
98 Graph class. |
|
99 </td> |
|
100 </tr> |
|
101 <tr> |
|
102 <td width="15%" align="right" valign="top" class="summary"> |
|
103 <span class="summary-type"> </span> |
|
104 </td><td class="summary"> |
|
105 <a href="graph.digraph-class.html" class="summary-name">digraph</a><br /> |
|
106 Digraph class. |
|
107 </td> |
|
108 </tr> |
|
109 <tr> |
|
110 <td width="15%" align="right" valign="top" class="summary"> |
|
111 <span class="summary-type"> </span> |
|
112 </td><td class="summary"> |
|
113 <a href="graph.hypergraph-class.html" class="summary-name">hypergraph</a><br /> |
|
114 Hypergraph class. |
|
115 </td> |
|
116 </tr> |
|
117 </table> |
|
118 <!-- ==================== NAVIGATION BAR ==================== --> |
|
119 <table class="navbar" border="0" width="100%" cellpadding="0" |
|
120 bgcolor="#a0c0ff" cellspacing="0"> |
|
121 <tr valign="middle"> |
|
122 <!-- Home link --> |
|
123 <th bgcolor="#70b0f0" class="navbar-select" |
|
124 > Home </th> |
|
125 |
|
126 <!-- Tree link --> |
|
127 <th> <a |
|
128 href="module-tree.html">Trees</a> </th> |
|
129 |
|
130 <!-- Index link --> |
|
131 <th> <a |
|
132 href="identifier-index.html">Indices</a> </th> |
|
133 |
|
134 <!-- Help link --> |
|
135 <th> <a |
|
136 href="help.html">Help</a> </th> |
|
137 |
|
138 <!-- Project homepage --> |
|
139 <th class="navbar" align="right" width="100%"> |
|
140 <table border="0" cellpadding="0" cellspacing="0"> |
|
141 <tr><th class="navbar" align="center" |
|
142 ><a class="navbar" target="_top" href="http://code.google.com/p/python-graph/">python-graph</a></th> |
|
143 </tr></table></th> |
|
144 </tr> |
|
145 </table> |
|
146 <table border="0" cellpadding="0" cellspacing="0" width="100%%"> |
|
147 <tr> |
|
148 <td align="left" class="footer"> |
|
149 Generated by Epydoc 3.0.1 on Mon Oct 27 20:36:37 2008 |
|
150 </td> |
|
151 <td align="right" class="footer"> |
|
152 <a target="mainFrame" href="http://epydoc.sourceforge.net" |
|
153 >http://epydoc.sourceforge.net</a> |
|
154 </td> |
|
155 </tr> |
|
156 </table> |
|
157 |
|
158 <script type="text/javascript"> |
|
159 <!-- |
|
160 // Private objects are initially displayed (because if |
|
161 // javascript is turned off then we want them to be |
|
162 // visible); but by default, we want to hide them. So hide |
|
163 // them unless we have a cookie that says to show them. |
|
164 checkCookie(); |
|
165 // --> |
|
166 </script> |
|
167 </body> |
|
168 </html> |