MinLCA algorithms
Typedefs | Functions
mip_read_graph.cc File Reference

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>
Include dependency graph for mip_read_graph.cc:

Go to the source code of this file.

Typedefs

typedef GrbMip Mip
 

Functions

int main (int argc, char **argv)
 Main function. More...
 

Detailed Description

Program to test the greedy algorithms with integer linear programming on graphs from files.

Definition in file mip_read_graph.cc.