MinLCA algorithms
Functions
greedy_random_geometric.cc File Reference

Program to test the greedy algorithms on random geometric graphs. More...

#include <iostream>
#include <lemon/smart_graph.h>
#include <utils/graph_utils.hh>
#include <minlca/greedy.hh>
#include <lemon/graph_to_eps.h>
#include <minlca/profiler.hh>
#include <utils/generators/geometric.hh>
Include dependency graph for greedy_random_geometric.cc:

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...
 

Detailed Description

Program to test the greedy algorithms on random geometric graphs.

Definition in file greedy_random_geometric.cc.