MinLCA algorithms
Class List
Here are the classes, structs, unions and interfaces with brief descriptions:
[detail level 123]
 NlemonLEMON namespace
 CGrbBaseBase interface for the Gurobi LP and MIP solver
 CGrbLpInterface for the Gurobi LP solver
 CGrbMipInterface for the Gurobi MIP solver
 NminlcaDefault namespace Default namespace for MinLCA algorithms
 NutilsNamespace for util functions and classes
 CBinomialRandomClass defining binomial random graphs
 CCliqueCycleClass describing a cycle of cliques
 CCliqueGraphClass describing a random graph with cliques
 CCliqueSetClass describing a set of non-adjacent cliques
 CRandomGeometricClass defining random geometric graphs
 CRandomGraphBase class for random graph generators
 CRandomOuterplanarClass defining random geometric graphs
 CSimulatedAnnealingGeneric simulated annealing algorithm
 CTimerSimple timing class
 CMinLCABase class for MinLCA algorithms
 CMinLCAColoursSAClass defining a local search approach changing the colours
 CNodeSAClass defining the node for the simulated annealing search changing the colours
 CMinLCAGreedyBase class for greedy algorithms
 CMinLCAGreedyBfsClass for greedy algorithms using a breadth-first search
 CMinLCAGreedyLeastCostGreedy nearest colour approach for MinLCA
 CMinLCAGreedyLpUse the relaxed linear model as a base for colour preferences
 CMinLCAGreedyLpBfsUse the MinLCAGreedyLp with Bfs
 CMinLCAGreedyNearestGreedy nearest colour approach for MinLCA
 CMinLCAGreedyNearestRndRandomised greedy nearest colour approach for MinLCA
 CMinLCALpModelClass defining a relaxed linear programming model for MinLCA
 CMinLCAOptBase class for defining optimisation MinLCA algorithms
 CMinLCAOptMipClass defining a relaxed linear programming model and algorithm for MinLCA
 CMinLCAOptProfilerClass for timing MinLCA optimisation algorithms
 CMinLCAProfilerClass for timing MinLCA algorithms
 CMinLCAVertexOrderSAClass defining a local search approach doing greedy recolourings
 CGreedyNodeSAClass defining the node for the simulated annealing search changing the colours