MinLCA algorithms
|
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>
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. | |
Defines the integer linear programming model for MinLCA.
Definition in file mip-model.hh.