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

Defines the relaxed 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 dependency graph for lp-model.hh:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

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

Namespaces

 minlca
 Default namespace Default namespace for MinLCA algorithms.
 

Detailed Description

Defines the relaxed linear programming model for MinLCA.

Definition in file lp-model.hh.