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

Definitions for the greedy algorithms using linear programming. More...

#include <minlca/greedy.hh>
#include "lp-model.hh"
Include dependency graph for greedy-lp.hh:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  minlca::MinLCAGreedyLp< Graph >
 Use the relaxed linear model as a base for colour preferences. More...
 
class  minlca::MinLCAGreedyLpBfs< Graph >
 Use the MinLCAGreedyLp with Bfs. More...
 

Namespaces

 minlca
 Default namespace Default namespace for MinLCA algorithms.
 

Detailed Description

Definitions for the greedy algorithms using linear programming.

Definition in file greedy-lp.hh.