MinLCA algorithms
Functions
greedy_clique_cycle.cc File Reference

Program to test the greedy algorithms on cycles of cliques. More...

#include <iostream>
#include <lemon/smart_graph.h>
#include <utils/generators/cliques.hh>
#include <minlca/greedy.hh>
#include <utils/timer.hh>
#include <minlca/profiler.hh>
Include dependency graph for greedy_clique_cycle.cc:

Go to the source code of this file.

Functions

int main (int argc, char **argv)
 Main function. More...
 

Detailed Description

Program to test the greedy algorithms on cycles of cliques.

Definition in file greedy_clique_cycle.cc.