MinLCA algorithms
|
Defines the base class for MinLCA optimisation algorithms. More...
#include <vector>
#include <algorithm>
#include <utility>
#include <lemon/core.h>
#include <lemon/smart_graph.h>
#include <utils/graph_utils.hh>
#include <minlca/base.hh>
Go to the source code of this file.
Classes | |
class | minlca::MinLCAOpt< Graph > |
Base class for defining optimisation MinLCA algorithms. More... | |
Namespaces | |
minlca | |
Default namespace Default namespace for MinLCA algorithms. | |
Defines the base class for MinLCA optimisation algorithms.
Definition in file optimisation.hh.