MinLCA algorithms
|
Files | |
file | base.hh [code] |
Defines the base class for MinLCA algorithms. | |
file | greedy-lp.hh [code] |
Definitions for the greedy algorithms using linear programming. | |
file | greedy-random.hh [code] |
Definitions of randomised greedy algorithms. | |
file | greedy.hh [code] |
file | lp-model.hh [code] |
Defines the relaxed linear programming model for MinLCA. | |
file | mip-model.hh [code] |
Defines the integer linear programming model for MinLCA. | |
file | optimisation-profiler.hh [code] |
Contains the definitions for timing MinLCA optimisation algorithms. | |
file | optimisation-sa-colours.hh [code] |
Definitions for a simulated annealing approach changing the colours. | |
file | optimisation-sa-greedy.hh [code] |
Definitions for simulated annealing using greedy recolourings. | |
file | optimisation.hh [code] |
Defines the base class for MinLCA optimisation algorithms. | |
file | profiler.hh [code] |
Contains the definitions for timing MinLCA algorithms. | |