MinLCA algorithms
|
Program to test the randomised greedy algorithms on graphs from files. More...
#include <iostream>
#include <lemon/smart_graph.h>
#include <utils/graph_utils.hh>
#include <minlca/greedy.hh>
#include <minlca/greedy-random.hh>
#include <cstdlib>
Go to the source code of this file.
Functions | |
int | main (int argc, char **argv) |
Main function. More... | |
Program to test the randomised greedy algorithms on graphs from files.
Definition in file greedy_rnd_read_graph.cc.