COIN-OR::LEMON - Graph Library

Changeset 45:725c60c7492d in lemon-tutorial


Ignore:
Timestamp:
02/22/10 00:43:23 (14 years ago)
Author:
Peter Kovacs <kpeter@…>
Branch:
default
Phase:
public
Message:

Minor improvements

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • adaptors.dox

    r41 r45  
    178178or in other words, hiding nodes and/or arcs from a graph.
    179179LEMON provides several convenient adaptors for these purposes.
    180 In the following picture, a \ref SubDigraph adaptor is applied to an
     180In the following image, a \ref SubDigraph adaptor is applied to an
    181181underlying digraph structure to obtain a suitable subgraph.
    182182
     
    333333we can even apply an adaptor to another one.
    334334The following image illustrates a situation when a \ref SubDigraph and an
    335 \ref Undirector adaptor is applied on a digraph.
     335\ref Undirector adaptor is applied to a digraph.
    336336
    337337\image html adaptors2.png
  • lp.dox

    r32 r45  
    2121[PAGE]sec_lp[PAGE] Linear Programming Interface
    2222
    23 \todo Clarify this section.
     23\todo This page is under construction.
    2424
    2525Linear programming (LP) is one of the most important
  • tools.dox

    r32 r45  
    2121[PAGE]sec_tools[PAGE] Tools
    2222
    23 \todo Clarify this section.
     23\todo This page is under construction.
    2424
    2525[SEC]sec_aux_structures[SEC] Auxiliary Data Structures
     
    3939
    4040
    41 [SEC]sec_graph_to_eps[SEC] Graph to EPS
     41[SEC]sec_graph_to_eps[SEC] Postscript Exporting
    4242
    4343Another nice feature of the library is \ref graphToEps(), a highly
     
    6363\endcode
    6464
     65Using this feature, various nice images can be generated from graphs,
     66like this one.
     67
     68\image html graph_to_eps.png
     69
    6570[TRAILER]
    6671*/
Note: See TracChangeset for help on using the changeset viewer.