MinLCA algorithms
|
Program to test the greedy algorithms with integer linear programming on graphs from files. More...
#include <lemon/smart_graph.h>
#include <utils/graph_utils.hh>
#include <minlca/greedy.hh>
#include <minlca/mip-model.hh>
#include <utils/timer.hh>
#include <minlca/profiler.hh>
#include <minlca/optimisation-profiler.hh>
Go to the source code of this file.
Typedefs | |
typedef GrbMip | Mip |
Functions | |
int | main (int argc, char **argv) |
Main function. More... | |
Program to test the greedy algorithms with integer linear programming on graphs from files.
Definition in file mip_read_graph.cc.