MinLCA algorithms
|
Program to test the greedy algorithms on BinomialRandom graphs. More...
#include <iostream>
#include <lemon/smart_graph.h>
#include <utils/generators/binomial.hh>
#include <minlca/greedy.hh>
#include <minlca/profiler.hh>
#include <lemon/graph_to_eps.h>
Go to the source code of this file.
Functions | |
template<typename Graph > | |
int | shape (typename Graph::Node) |
int | main (int argc, char **argv) |
Main function. More... | |
Program to test the greedy algorithms on BinomialRandom graphs.
Definition in file greedy_binomial_random.cc.