MinLCA algorithms
|
Contains definition for graphs with cliques. More...
#include <lemon/smart_graph.h>
#include <lemon/random.h>
#include <utils/generators/random-graph.hh>
Go to the source code of this file.
Classes | |
class | minlca::utils::CliqueSet< BaseGraph > |
Class describing a set of non-adjacent cliques. More... | |
class | minlca::utils::CliqueCycle< BaseGraph > |
Class describing a cycle of cliques. More... | |
class | minlca::utils::CliqueGraph< BaseGraph > |
Class describing a random graph with cliques. More... | |
Namespaces | |
minlca | |
Default namespace Default namespace for MinLCA algorithms. | |
minlca::utils | |
Namespace for util functions and classes. | |
Contains definition for graphs with cliques.
Definition in file cliques.hh.