[Lemon-commits] Peter Kovacs: Minor improvements

Lemon HG hg at lemon.cs.elte.hu
Mon Feb 22 19:46:52 CET 2010


details:   http://lemon.cs.elte.hu/hg/lemon-tutorial/rev/725c60c7492d
changeset: 45:725c60c7492d
user:      Peter Kovacs <kpeter [at] inf.elte.hu>
date:      Mon Feb 22 00:43:23 2010 +0100
description:
	Minor improvements

diffstat:

 adaptors.dox |  4 ++--
 lp.dox       |  2 +-
 tools.dox    |  9 +++++++--
 3 files changed, 10 insertions(+), 5 deletions(-)

diffs (66 lines):

diff --git a/adaptors.dox b/adaptors.dox
--- a/adaptors.dox
+++ b/adaptors.dox
@@ -177,7 +177,7 @@
 Another typical requirement is the use of certain subgraphs of a graph,
 or in other words, hiding nodes and/or arcs from a graph.
 LEMON provides several convenient adaptors for these purposes.
-In the following picture, a \ref SubDigraph adaptor is applied to an
+In the following image, a \ref SubDigraph adaptor is applied to an
 underlying digraph structure to obtain a suitable subgraph.
 
 \image html adaptors1.png
@@ -332,7 +332,7 @@
 Sine the adaptor classes conform to the \ref graph_concepts "graph concepts",
 we can even apply an adaptor to another one.
 The following image illustrates a situation when a \ref SubDigraph and an
-\ref Undirector adaptor is applied on a digraph.
+\ref Undirector adaptor is applied to a digraph.
 
 \image html adaptors2.png
 \image latex adaptors2.eps "Arc disjoint paths" width=\textwidth
diff --git a/lp.dox b/lp.dox
--- a/lp.dox
+++ b/lp.dox
@@ -20,7 +20,7 @@
 /**
 [PAGE]sec_lp[PAGE] Linear Programming Interface
 
-\todo Clarify this section.
+\todo This page is under construction.
 
 Linear programming (LP) is one of the most important
 general methods of operations research and LP solvers are widely used in
diff --git a/tools.dox b/tools.dox
--- a/tools.dox
+++ b/tools.dox
@@ -20,7 +20,7 @@
 /**
 [PAGE]sec_tools[PAGE] Tools
 
-\todo Clarify this section.
+\todo This page is under construction.
 
 [SEC]sec_aux_structures[SEC] Auxiliary Data Structures
 Graph algorithms depend on various auxiliary data structures and algorithms.
@@ -38,7 +38,7 @@
 elements and an item having minimum priority can be retrieved set-wise.
 
 
-[SEC]sec_graph_to_eps[SEC] Graph to EPS
+[SEC]sec_graph_to_eps[SEC] Postscript Exporting
 
 Another nice feature of the library is \ref graphToEps(), a highly
 configurable graph displaying tool (using EPS output format).
@@ -62,6 +62,11 @@
     .run();
 \endcode
 
+Using this feature, various nice images can be generated from graphs,
+like this one.
+
+\image html graph_to_eps.png
+
 [TRAILER]
 */
 }



More information about the Lemon-commits mailing list