# HG changeset patch # User Peter Kovacs # Date 1266795803 -3600 # Node ID 725c60c7492dcdbe886a813416a6c002debfcc2b # Parent a9f8282eb6b7fa6133813df31afd951661ca8fb2 Minor improvements diff -r a9f8282eb6b7 -r 725c60c7492d adaptors.dox --- a/adaptors.dox Mon Feb 22 00:42:19 2010 +0100 +++ b/adaptors.dox Mon Feb 22 00:43:23 2010 +0100 @@ -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 -r a9f8282eb6b7 -r 725c60c7492d lp.dox --- a/lp.dox Mon Feb 22 00:42:19 2010 +0100 +++ b/lp.dox Mon Feb 22 00:43:23 2010 +0100 @@ -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 -r a9f8282eb6b7 -r 725c60c7492d tools.dox --- a/tools.dox Mon Feb 22 00:42:19 2010 +0100 +++ b/tools.dox Mon Feb 22 00:43:23 2010 +0100 @@ -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] */ }