MinLCA algorithms
Classes | Namespaces | Enumerations
base.hh File Reference

Defines the base class for MinLCA algorithms. More...

#include <lemon/core.h>
#include <lemon/smart_graph.h>
#include <utils/graph_utils.hh>
#include <lemon/color.h>
Include dependency graph for base.hh:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  minlca::MinLCA< Graph >
 Base class for MinLCA algorithms. More...
 

Namespaces

 minlca
 Default namespace Default namespace for MinLCA algorithms.
 

Enumerations

enum  minlca::MinLCAStatus { minlca::UNDEFINED, minlca::SOLUTION_FOUND, minlca::SOLUTION_NOT_FOUND }
 Possible status for MinLCA solution. More...
 

Detailed Description

Defines the base class for MinLCA algorithms.

Definition in file base.hh.