MinLCA algorithms
|
Definitions of randomised greedy algorithms. More...
Go to the source code of this file.
Classes | |
class | minlca::MinLCAGreedyNearestRnd< Graph > |
Randomised greedy nearest colour approach for MinLCA. More... | |
Namespaces | |
minlca | |
Default namespace Default namespace for MinLCA algorithms. | |
Typedefs | |
template<typename Graph > | |
using | minlca::MinLCAGreedyNearestRndBfs = MinLCAGreedyBfs< MinLCAGreedyNearestRnd, Graph > |
Class defined to ease the use of MinLCAGreedyNearestRnd with Bfs. | |
Definitions of randomised greedy algorithms.
Definition in file greedy-random.hh.