Changeset 45:725c60c7492d in lemon-tutorial
Legend:
- Unmodified
- Added
- Removed
-
adaptors.dox
r41 r45 178 178 or in other words, hiding nodes and/or arcs from a graph. 179 179 LEMON provides several convenient adaptors for these purposes. 180 In the following picture, a \ref SubDigraph adaptor is applied to an180 In the following image, a \ref SubDigraph adaptor is applied to an 181 181 underlying digraph structure to obtain a suitable subgraph. 182 182 … … 333 333 we can even apply an adaptor to another one. 334 334 The following image illustrates a situation when a \ref SubDigraph and an 335 \ref Undirector adaptor is applied ona digraph.335 \ref Undirector adaptor is applied to a digraph. 336 336 337 337 \image html adaptors2.png -
lp.dox
r32 r45 21 21 [PAGE]sec_lp[PAGE] Linear Programming Interface 22 22 23 \todo Clarify this section.23 \todo This page is under construction. 24 24 25 25 Linear programming (LP) is one of the most important -
tools.dox
r32 r45 21 21 [PAGE]sec_tools[PAGE] Tools 22 22 23 \todo Clarify this section.23 \todo This page is under construction. 24 24 25 25 [SEC]sec_aux_structures[SEC] Auxiliary Data Structures … … 39 39 40 40 41 [SEC]sec_graph_to_eps[SEC] Graph to EPS41 [SEC]sec_graph_to_eps[SEC] Postscript Exporting 42 42 43 43 Another nice feature of the library is \ref graphToEps(), a highly … … 63 63 \endcode 64 64 65 Using this feature, various nice images can be generated from graphs, 66 like this one. 67 68 \image html graph_to_eps.png 69 65 70 [TRAILER] 66 71 */
Note: See TracChangeset
for help on using the changeset viewer.