MinLCA algorithms
Classes | Namespaces
mip-model.hh File Reference

Defines the integer linear programming model for MinLCA. More...

#include <vector>
#include <algorithm>
#include <utility>
#include <lemon/core.h>
#include <lemon/smart_graph.h>
#include <lemon/grb.h>
#include <utils/graph_utils.hh>
#include <minlca/optimisation.hh>
Include dependency graph for mip-model.hh:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  minlca::MinLCAOptMip< Graph >
 Class defining a relaxed linear programming model and algorithm for MinLCA. More...
 

Namespaces

 minlca
 Default namespace Default namespace for MinLCA algorithms.
 

Detailed Description

Defines the integer linear programming model for MinLCA.

Definition in file mip-model.hh.