MinLCA algorithms
Functions
sa_greedy_random_geometric.cc File Reference

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

#include <iostream>
#include <lemon/smart_graph.h>
#include <utils/graph_utils.hh>
#include <utils/generators/geometric.hh>
#include <minlca/optimisation-sa-greedy.hh>
#include <utils/timer.hh>
#include <minlca/profiler.hh>
#include <minlca/greedy.hh>
Include dependency graph for sa_greedy_random_geometric.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 with simulated annealing on random geometric graphs.

Definition in file sa_greedy_random_geometric.cc.