Minor improvements
authorPeter Kovacs <kpeter@inf.elte.hu>
Mon, 22 Feb 2010 00:43:23 +0100
changeset 45725c60c7492d
parent 44 a9f8282eb6b7
child 46 58557724a139
Minor improvements
adaptors.dox
lp.dox
tools.dox
     1.1 --- a/adaptors.dox	Mon Feb 22 00:42:19 2010 +0100
     1.2 +++ b/adaptors.dox	Mon Feb 22 00:43:23 2010 +0100
     1.3 @@ -177,7 +177,7 @@
     1.4  Another typical requirement is the use of certain subgraphs of a graph,
     1.5  or in other words, hiding nodes and/or arcs from a graph.
     1.6  LEMON provides several convenient adaptors for these purposes.
     1.7 -In the following picture, a \ref SubDigraph adaptor is applied to an
     1.8 +In the following image, a \ref SubDigraph adaptor is applied to an
     1.9  underlying digraph structure to obtain a suitable subgraph.
    1.10  
    1.11  \image html adaptors1.png
    1.12 @@ -332,7 +332,7 @@
    1.13  Sine the adaptor classes conform to the \ref graph_concepts "graph concepts",
    1.14  we can even apply an adaptor to another one.
    1.15  The following image illustrates a situation when a \ref SubDigraph and an
    1.16 -\ref Undirector adaptor is applied on a digraph.
    1.17 +\ref Undirector adaptor is applied to a digraph.
    1.18  
    1.19  \image html adaptors2.png
    1.20  \image latex adaptors2.eps "Arc disjoint paths" width=\textwidth
     2.1 --- a/lp.dox	Mon Feb 22 00:42:19 2010 +0100
     2.2 +++ b/lp.dox	Mon Feb 22 00:43:23 2010 +0100
     2.3 @@ -20,7 +20,7 @@
     2.4  /**
     2.5  [PAGE]sec_lp[PAGE] Linear Programming Interface
     2.6  
     2.7 -\todo Clarify this section.
     2.8 +\todo This page is under construction.
     2.9  
    2.10  Linear programming (LP) is one of the most important
    2.11  general methods of operations research and LP solvers are widely used in
     3.1 --- a/tools.dox	Mon Feb 22 00:42:19 2010 +0100
     3.2 +++ b/tools.dox	Mon Feb 22 00:43:23 2010 +0100
     3.3 @@ -20,7 +20,7 @@
     3.4  /**
     3.5  [PAGE]sec_tools[PAGE] Tools
     3.6  
     3.7 -\todo Clarify this section.
     3.8 +\todo This page is under construction.
     3.9  
    3.10  [SEC]sec_aux_structures[SEC] Auxiliary Data Structures
    3.11  Graph algorithms depend on various auxiliary data structures and algorithms.
    3.12 @@ -38,7 +38,7 @@
    3.13  elements and an item having minimum priority can be retrieved set-wise.
    3.14  
    3.15  
    3.16 -[SEC]sec_graph_to_eps[SEC] Graph to EPS
    3.17 +[SEC]sec_graph_to_eps[SEC] Postscript Exporting
    3.18  
    3.19  Another nice feature of the library is \ref graphToEps(), a highly
    3.20  configurable graph displaying tool (using EPS output format).
    3.21 @@ -62,6 +62,11 @@
    3.22      .run();
    3.23  \endcode
    3.24  
    3.25 +Using this feature, various nice images can be generated from graphs,
    3.26 +like this one.
    3.27 +
    3.28 +\image html graph_to_eps.png
    3.29 +
    3.30  [TRAILER]
    3.31  */
    3.32  }