doc/groups.dox
changeset 1012 10242c611190
parent 959 38213abd2911
child 1023 e0cef67fe565
child 1200 62ba43576f85
equal deleted inserted replaced
52:ac80c6ede998 55:87616ba6048f
   549 \image html planar.png
   549 \image html planar.png
   550 \image latex planar.eps "Plane graph" width=\textwidth
   550 \image latex planar.eps "Plane graph" width=\textwidth
   551 */
   551 */
   552 
   552 
   553 /**
   553 /**
   554 @defgroup approx Approximation Algorithms
   554 @defgroup approx_algs Approximation Algorithms
   555 @ingroup algs
   555 @ingroup algs
   556 \brief Approximation algorithms.
   556 \brief Approximation algorithms.
   557 
   557 
   558 This group contains the approximation and heuristic algorithms
   558 This group contains the approximation and heuristic algorithms
   559 implemented in LEMON.
   559 implemented in LEMON.
       
   560 
       
   561 <b>Maximum Clique Problem</b>
       
   562   - \ref GrossoLocatelliPullanMc An efficient heuristic algorithm of
       
   563     Grosso, Locatelli, and Pullan.
   560 */
   564 */
   561 
   565 
   562 /**
   566 /**
   563 @defgroup auxalg Auxiliary Algorithms
   567 @defgroup auxalg Auxiliary Algorithms
   564 @ingroup algs
   568 @ingroup algs