MinLCA algorithms
|
Definitions for the greedy algorithms using linear programming. More...
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. | |
Definitions for the greedy algorithms using linear programming.
Definition in file greedy-lp.hh.