Skip to content

Commit 08f67e6

Browse files
committed
Updating documentation
1 parent b3bd2bf commit 08f67e6

File tree

85 files changed

+10920
-2649
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

85 files changed

+10920
-2649
lines changed

docs/html/api-objects.txt

Lines changed: 129 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,24 @@
11
coinor.grumpy coinor.grumpy-module.html
2-
coinor.grumpy.parse_options coinor.grumpy.BB-module.html#parse_options
3-
coinor.grumpy.floor coinor.grumpy-module.html#floor
4-
coinor.grumpy.CreatePerlStyleBooleanFlag coinor.grumpy.BB-module.html#CreatePerlStyleBooleanFlag
2+
coinor.grumpy.SEARCH_STRATEGY coinor.grumpy-module.html#SEARCH_STRATEGY
3+
coinor.grumpy.PSEUDOCOST_BRANCHING coinor.grumpy-module.html#PSEUDOCOST_BRANCHING
4+
coinor.grumpy.DEPTH_FIRST coinor.grumpy-module.html#DEPTH_FIRST
5+
coinor.grumpy.LpMaximize coinor.grumpy-module.html#LpMaximize
6+
coinor.grumpy.DOT2TEX_TEMPLATE coinor.grumpy-module.html#DOT2TEX_TEMPLATE
7+
coinor.grumpy.BEST_ESTIMATE coinor.grumpy-module.html#BEST_ESTIMATE
8+
coinor.grumpy.LpStatus coinor.grumpy-module.html#LpStatus
9+
coinor.grumpy.STDOUT coinor.grumpy-module.html#STDOUT
10+
coinor.grumpy.BRANCH_STRATEGY coinor.grumpy-module.html#BRANCH_STRATEGY
511
coinor.grumpy.__package__ coinor.grumpy-module.html#__package__
6-
coinor.grumpy.ceil coinor.grumpy.polyhedron2D-module.html#ceil
12+
coinor.grumpy.PIPE coinor.grumpy-module.html#PIPE
13+
coinor.grumpy.XDOT_INSTALLED coinor.grumpy-module.html#XDOT_INSTALLED
14+
coinor.grumpy.BEST_FIRST coinor.grumpy-module.html#BEST_FIRST
15+
coinor.grumpy.INFINITY coinor.grumpy-module.html#INFINITY
16+
coinor.grumpy.ETREE_INSTALLED coinor.grumpy-module.html#ETREE_INSTALLED
17+
coinor.grumpy.PYGAME_INSTALLED coinor.grumpy-module.html#PYGAME_INSTALLED
18+
coinor.grumpy.MOST_FRACTIONAL coinor.grumpy-module.html#MOST_FRACTIONAL
19+
coinor.grumpy.PIL_INSTALLED coinor.grumpy-module.html#PIL_INSTALLED
20+
coinor.grumpy.FIXED_BRANCHING coinor.grumpy-module.html#FIXED_BRANCHING
21+
coinor.grumpy.DOT2TEX_INSTALLED coinor.grumpy-module.html#DOT2TEX_INSTALLED
722
coinor.grumpy.BB coinor.grumpy.BB-module.html
823
coinor.grumpy.BB.SEARCH_STRATEGY coinor.grumpy.BB-module.html#SEARCH_STRATEGY
924
coinor.grumpy.BB.FIXED_BRANCHING coinor.grumpy.BB-module.html#FIXED_BRANCHING
@@ -19,6 +34,115 @@ coinor.grumpy.BB.BEST_FIRST coinor.grumpy.BB-module.html#BEST_FIRST
1934
coinor.grumpy.BB.INFINITY coinor.grumpy.BB-module.html#INFINITY
2035
coinor.grumpy.BB.MOST_FRACTIONAL coinor.grumpy.BB-module.html#MOST_FRACTIONAL
2136
coinor.grumpy.BB.PSEUDOCOST_BRANCHING coinor.grumpy.BB-module.html#PSEUDOCOST_BRANCHING
37+
coinor.grumpy.examples coinor.grumpy.examples-module.html
38+
coinor.grumpy.examples.__package__ coinor.grumpy.examples-module.html#__package__
39+
coinor.grumpy.examples.DecompVis coinor.grumpy.examples.DecompVis-module.html
40+
coinor.grumpy.examples.DecompVis.obj_val coinor.grumpy.examples.DecompVis-module.html#obj_val
41+
coinor.grumpy.examples.DecompVis.sense coinor.grumpy.examples.DecompVis-module.html#sense
42+
coinor.grumpy.examples.DecompVis.b1 coinor.grumpy.examples.DecompVis-module.html#b1
43+
coinor.grumpy.examples.DecompVis.b2 coinor.grumpy.examples.DecompVis-module.html#b2
44+
coinor.grumpy.examples.DecompVis.cuts coinor.grumpy.examples.DecompVis-module.html#cuts
45+
coinor.grumpy.examples.DecompVis.rays coinor.grumpy.examples.DecompVis-module.html#rays
46+
coinor.grumpy.examples.DecompVis.__package__ coinor.grumpy.examples.DecompVis-module.html#__package__
47+
coinor.grumpy.examples.DecompVis.A1 coinor.grumpy.examples.DecompVis-module.html#A1
48+
coinor.grumpy.examples.DecompVis.A2 coinor.grumpy.examples.DecompVis-module.html#A2
49+
coinor.grumpy.examples.DecompVis.opt coinor.grumpy.examples.DecompVis-module.html#opt
50+
coinor.grumpy.examples.DecompVis.CYLP_INSTALLED coinor.grumpy.examples.DecompVis-module.html#CYLP_INSTALLED
51+
coinor.grumpy.examples.DecompVis.sR coinor.grumpy.examples.DecompVis-module.html#sR
52+
coinor.grumpy.examples.DecompVis.rhs coinor.grumpy.examples.DecompVis-module.html#rhs
53+
coinor.grumpy.examples.DecompVis.integerIndices coinor.grumpy.examples.DecompVis-module.html#integerIndices
54+
coinor.grumpy.examples.DecompVis.numCons coinor.grumpy.examples.DecompVis-module.html#numCons
55+
coinor.grumpy.examples.DecompVis.numVars coinor.grumpy.examples.DecompVis-module.html#numVars
56+
coinor.grumpy.examples.DecompVis.p2 coinor.grumpy.examples.DecompVis-module.html#p2
57+
coinor.grumpy.examples.DecompVis.c coinor.grumpy.examples.DecompVis-module.html#c
58+
coinor.grumpy.examples.DecompVis.p1 coinor.grumpy.examples.DecompVis-module.html#p1
59+
coinor.grumpy.examples.DecompVis.f coinor.grumpy.examples.DecompVis-module.html#f
60+
coinor.grumpy.examples.DecompVis.i coinor.grumpy.examples.DecompVis-module.html#i
61+
coinor.grumpy.examples.DecompVis.points coinor.grumpy.examples.DecompVis-module.html#points
62+
coinor.grumpy.examples.DisplayPolyhedronAndSolveLP coinor.grumpy.examples.DisplayPolyhedronAndSolveLP-module.html
63+
coinor.grumpy.examples.DisplayPolyhedronAndSolveLP.A coinor.grumpy.examples.DisplayPolyhedronAndSolveLP-module.html#A
64+
coinor.grumpy.examples.DisplayPolyhedronAndSolveLP.CYLP_INSTALLED coinor.grumpy.examples.DisplayPolyhedronAndSolveLP-module.html#CYLP_INSTALLED
65+
coinor.grumpy.examples.DisplayPolyhedronAndSolveLP.lp coinor.grumpy.examples.DisplayPolyhedronAndSolveLP-module.html#lp
66+
coinor.grumpy.examples.DisplayPolyhedronAndSolveLP.c coinor.grumpy.examples.DisplayPolyhedronAndSolveLP-module.html#c
67+
coinor.grumpy.examples.DisplayPolyhedronAndSolveLP.__package__ coinor.grumpy.examples.DisplayPolyhedronAndSolveLP-module.html#__package__
68+
coinor.grumpy.examples.DisplayPolyhedronAndSolveLP.p coinor.grumpy.examples.DisplayPolyhedronAndSolveLP-module.html#p
69+
coinor.grumpy.examples.DisplayPolyhedronAndSolveLP.b coinor.grumpy.examples.DisplayPolyhedronAndSolveLP-module.html#b
70+
coinor.grumpy.examples.DisplayPolyhedronAndSolveLP.obj_val coinor.grumpy.examples.DisplayPolyhedronAndSolveLP-module.html#obj_val
71+
coinor.grumpy.examples.DisplayPolyhedronAndSolveLP.x coinor.grumpy.examples.DisplayPolyhedronAndSolveLP-module.html#x
72+
coinor.grumpy.examples.DisplayPolyhedronAndSolveLP.disp_polyhedron coinor.grumpy.examples.DisplayPolyhedronAndSolveLP-module.html#disp_polyhedron
73+
coinor.grumpy.examples.DisplayPolyhedronAndSolveLP.psol coinor.grumpy.examples.DisplayPolyhedronAndSolveLP-module.html#psol
74+
coinor.grumpy.examples.LP1 coinor.grumpy.examples.LP1-module.html
75+
coinor.grumpy.examples.LP1.A coinor.grumpy.examples.LP1-module.html#A
76+
coinor.grumpy.examples.LP1.obj_val coinor.grumpy.examples.LP1-module.html#obj_val
77+
coinor.grumpy.examples.LP1.c coinor.grumpy.examples.LP1-module.html#c
78+
coinor.grumpy.examples.LP1.b coinor.grumpy.examples.LP1-module.html#b
79+
coinor.grumpy.examples.LP1.__package__ coinor.grumpy.examples.LP1-module.html#__package__
80+
coinor.grumpy.examples.LP1.numVars coinor.grumpy.examples.LP1-module.html#numVars
81+
coinor.grumpy.examples.LP1.sense coinor.grumpy.examples.LP1-module.html#sense
82+
coinor.grumpy.examples.LP2 coinor.grumpy.examples.LP2-module.html
83+
coinor.grumpy.examples.LP2.A coinor.grumpy.examples.LP2-module.html#A
84+
coinor.grumpy.examples.LP2.c coinor.grumpy.examples.LP2-module.html#c
85+
coinor.grumpy.examples.LP2.b coinor.grumpy.examples.LP2-module.html#b
86+
coinor.grumpy.examples.LP2.__package__ coinor.grumpy.examples.LP2-module.html#__package__
87+
coinor.grumpy.examples.LP2.numCons coinor.grumpy.examples.LP2-module.html#numCons
88+
coinor.grumpy.examples.LP2.numVars coinor.grumpy.examples.LP2-module.html#numVars
89+
coinor.grumpy.examples.LP2.sense coinor.grumpy.examples.LP2-module.html#sense
90+
coinor.grumpy.examples.LP3 coinor.grumpy.examples.LP3-module.html
91+
coinor.grumpy.examples.LP3.A coinor.grumpy.examples.LP3-module.html#A
92+
coinor.grumpy.examples.LP3.c coinor.grumpy.examples.LP3-module.html#c
93+
coinor.grumpy.examples.LP3.b coinor.grumpy.examples.LP3-module.html#b
94+
coinor.grumpy.examples.LP3.__package__ coinor.grumpy.examples.LP3-module.html#__package__
95+
coinor.grumpy.examples.LP3.numVars coinor.grumpy.examples.LP3-module.html#numVars
96+
coinor.grumpy.examples.LP3.sense coinor.grumpy.examples.LP3-module.html#sense
97+
coinor.grumpy.examples.LP4 coinor.grumpy.examples.LP4-module.html
98+
coinor.grumpy.examples.LP4.A coinor.grumpy.examples.LP4-module.html#A
99+
coinor.grumpy.examples.LP4.c coinor.grumpy.examples.LP4-module.html#c
100+
coinor.grumpy.examples.LP4.b coinor.grumpy.examples.LP4-module.html#b
101+
coinor.grumpy.examples.LP4.__package__ coinor.grumpy.examples.LP4-module.html#__package__
102+
coinor.grumpy.examples.LP4.numVars coinor.grumpy.examples.LP4-module.html#numVars
103+
coinor.grumpy.examples.LP4.sense coinor.grumpy.examples.LP4-module.html#sense
104+
coinor.grumpy.examples.LP5 coinor.grumpy.examples.LP5-module.html
105+
coinor.grumpy.examples.LP5.obj_val coinor.grumpy.examples.LP5-module.html#obj_val
106+
coinor.grumpy.examples.LP5.opt coinor.grumpy.examples.LP5-module.html#opt
107+
coinor.grumpy.examples.LP5.c coinor.grumpy.examples.LP5-module.html#c
108+
coinor.grumpy.examples.LP5.rays coinor.grumpy.examples.LP5-module.html#rays
109+
coinor.grumpy.examples.LP5.__package__ coinor.grumpy.examples.LP5-module.html#__package__
110+
coinor.grumpy.examples.LP5.points coinor.grumpy.examples.LP5-module.html#points
111+
coinor.grumpy.examples.LP5.numVars coinor.grumpy.examples.LP5-module.html#numVars
112+
coinor.grumpy.examples.LP5.sense coinor.grumpy.examples.LP5-module.html#sense
113+
coinor.grumpy.examples.LP6 coinor.grumpy.examples.LP6-module.html
114+
coinor.grumpy.examples.LP6.A coinor.grumpy.examples.LP6-module.html#A
115+
coinor.grumpy.examples.LP6.obj_val coinor.grumpy.examples.LP6-module.html#obj_val
116+
coinor.grumpy.examples.LP6.c coinor.grumpy.examples.LP6-module.html#c
117+
coinor.grumpy.examples.LP6.b coinor.grumpy.examples.LP6-module.html#b
118+
coinor.grumpy.examples.LP6.__package__ coinor.grumpy.examples.LP6-module.html#__package__
119+
coinor.grumpy.examples.LP6.numVars coinor.grumpy.examples.LP6-module.html#numVars
120+
coinor.grumpy.examples.LP6.sense coinor.grumpy.examples.LP6-module.html#sense
121+
coinor.grumpy.examples.LP6.opt coinor.grumpy.examples.LP6-module.html#opt
122+
coinor.grumpy.examples.LP7 coinor.grumpy.examples.LP7-module.html
123+
coinor.grumpy.examples.LP7.A coinor.grumpy.examples.LP7-module.html#A
124+
coinor.grumpy.examples.LP7.c coinor.grumpy.examples.LP7-module.html#c
125+
coinor.grumpy.examples.LP7.b coinor.grumpy.examples.LP7-module.html#b
126+
coinor.grumpy.examples.LP7.__package__ coinor.grumpy.examples.LP7-module.html#__package__
127+
coinor.grumpy.examples.LP7.numVars coinor.grumpy.examples.LP7-module.html#numVars
128+
coinor.grumpy.examples.LP7.sense coinor.grumpy.examples.LP7-module.html#sense
129+
coinor.grumpy.examples.LP8 coinor.grumpy.examples.LP8-module.html
130+
coinor.grumpy.examples.LP8.A coinor.grumpy.examples.LP8-module.html#A
131+
coinor.grumpy.examples.LP8.c coinor.grumpy.examples.LP8-module.html#c
132+
coinor.grumpy.examples.LP8.b coinor.grumpy.examples.LP8-module.html#b
133+
coinor.grumpy.examples.LP8.__package__ coinor.grumpy.examples.LP8-module.html#__package__
134+
coinor.grumpy.examples.LP8.numVars coinor.grumpy.examples.LP8-module.html#numVars
135+
coinor.grumpy.examples.LP8.sense coinor.grumpy.examples.LP8-module.html#sense
136+
coinor.grumpy.examples.LP9 coinor.grumpy.examples.LP9-module.html
137+
coinor.grumpy.examples.LP9.A coinor.grumpy.examples.LP9-module.html#A
138+
coinor.grumpy.examples.LP9.c coinor.grumpy.examples.LP9-module.html#c
139+
coinor.grumpy.examples.LP9.b coinor.grumpy.examples.LP9-module.html#b
140+
coinor.grumpy.examples.LP9.__package__ coinor.grumpy.examples.LP9-module.html#__package__
141+
coinor.grumpy.examples.LP9.numVars coinor.grumpy.examples.LP9-module.html#numVars
142+
coinor.grumpy.examples.LP9.sense coinor.grumpy.examples.LP9-module.html#sense
143+
coinor.grumpy.examples.generators coinor.grumpy.examples.generators-module.html
144+
coinor.grumpy.examples.run coinor.grumpy.examples.run-module.html
145+
coinor.grumpy.examples.run.PIL_INSTALLED coinor.grumpy.examples.run-module.html#PIL_INSTALLED
22146
coinor.grumpy.forecasting coinor.grumpy.forecasting-module.html
23147
coinor.grumpy.forecasting.__maintainer__ coinor.grumpy.forecasting-module.html#__maintainer__
24148
coinor.grumpy.forecasting.__package__ coinor.grumpy.forecasting-module.html#__package__
@@ -38,6 +162,7 @@ coinor.grumpy.BB.BBTree.RunGnuplotOnAllFiles coinor.grumpy.BB.BBTree-class.html#
38162
coinor.grumpy.BB.BBTree.WriteIncumbentPathScript coinor.grumpy.BB.BBTree-class.html#WriteIncumbentPathScript
39163
coinor.grumpy.BB.BBTree.ProcessCandidateLine coinor.grumpy.BB.BBTree-class.html#ProcessCandidateLine
40164
coinor.grumpy.BB.BBTree.display_all coinor.grumpy.BB.BBTree-class.html#display_all
165+
coinor.grumpy.BB.BBTree.WriteTreeScript coinor.grumpy.BB.BBTree-class.html#WriteTreeScript
41166
coinor.grumpy.BB.BBTree.ProcessInfeasibleLine coinor.grumpy.BB.BBTree-class.html#ProcessInfeasibleLine
42167
coinor.grumpy.BB.BBTree.GenerateHistogram coinor.grumpy.BB.BBTree-class.html#GenerateHistogram
43168
coinor.grumpy.BB.BBTree.ProcessHeuristicLine coinor.grumpy.BB.BBTree-class.html#ProcessHeuristicLine
@@ -60,7 +185,6 @@ coinor.grumpy.BB.BBTree.WriteDataFileFromList coinor.grumpy.BB.BBTree-class.html
60185
coinor.grumpy.BB.BBTree.process_file coinor.grumpy.BB.BBTree-class.html#process_file
61186
coinor.grumpy.BB.BBTree.WriteScatterplotScript coinor.grumpy.BB.BBTree-class.html#WriteScatterplotScript
62187
coinor.grumpy.BB.BBTree.GenerateIncumbentPath coinor.grumpy.BB.BBTree-class.html#GenerateIncumbentPath
63-
coinor.grumpy.BB.BBTree.WriteTreeScript coinor.grumpy.BB.BBTree-class.html#WriteTreeScript
64188
coinor.grumpy.BB.BBTree.display coinor.grumpy.BB.BBTree-class.html#display
65189
coinor.grumpy.BB.BBTree.GetTreeHorizontalPositions coinor.grumpy.BB.BBTree-class.html#GetTreeHorizontalPositions
66190
coinor.grumpy.BB.BBTree.BranchAndBound coinor.grumpy.BB.BBTree-class.html#BranchAndBound

docs/html/class-tree.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -67,13 +67,13 @@ <h1 class="epydoc">Class Hierarchy</h1>
6767
</li>
6868
<li> <strong class="uidlink"><a href="coinor.grumpy.forecasting.ForecastingChainedSequences-class.html">coinor.grumpy.forecasting.ForecastingChainedSequences</a></strong>
6969
</li>
70-
<li> <strong class="uidlink">src.gimpy.graph.Graph</strong>:
70+
<li> <strong class="uidlink">coinor.gimpy.graph.Graph</strong>:
7171
<em class="summary">Graph class, implemented using adjacency list.</em>
7272
<ul>
73-
<li> <strong class="uidlink">src.gimpy.tree.Tree</strong>:
73+
<li> <strong class="uidlink">coinor.gimpy.tree.Tree</strong>:
7474
<em class="summary">Tree class.</em>
7575
<ul>
76-
<li> <strong class="uidlink">src.gimpy.tree.BinaryTree</strong>:
76+
<li> <strong class="uidlink">coinor.gimpy.tree.BinaryTree</strong>:
7777
<em class="summary">Binary tree class.</em>
7878
<ul>
7979
<li> <strong class="uidlink"><a href="coinor.grumpy.BB.BBTree-class.html">coinor.grumpy.BB.BBTree</a></strong>:
@@ -120,7 +120,7 @@ <h1 class="epydoc">Class Hierarchy</h1>
120120
<table border="0" cellpadding="0" cellspacing="0" width="100%%">
121121
<tr>
122122
<td align="left" class="footer">
123-
Generated by Epydoc 3.0.1 on Mon Feb 02 20:43:18 2015
123+
Generated by Epydoc 3.0.1 on Wed Apr 27 01:28:37 2016
124124
</td>
125125
<td align="right" class="footer">
126126
<a target="mainFrame" href="http://epydoc.sourceforge.net"

0 commit comments

Comments
 (0)