MinLCA algorithms
|
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>
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... | |
Defines the base class for MinLCA algorithms.
Definition in file base.hh.