|
Limbo
|
coloring algorithm based on integer linear programming (ILP) with Gurobi as ILP solver. More...
#include <iostream>#include <vector>#include <queue>#include <set>#include <limits>#include <cassert>#include <cmath>#include <stdlib.h>#include <cstdio>#include <sstream>#include <algorithm>#include <boost/cstdint.hpp>#include <boost/unordered_map.hpp>#include <boost/graph/graph_concepts.hpp>#include <boost/graph/subgraph.hpp>#include <boost/property_map/property_map.hpp>#include <limbo/string/String.h>#include <limbo/algorithms/coloring/Coloring.h>#include <limbo/solvers/Solvers.h>#include <limbo/solvers/api/GurobiApi.h>Go to the source code of this file.
Classes | |
| class | limbo::algorithms::coloring::ILPColoring< GraphType > |
Namespaces | |
| limbo | |
| namespace for Limbo | |
| limbo::algorithms | |
| namespace for Limbo.algorithms | |
| limbo::algorithms::coloring | |
| namespace for Limbo.Algorithms.Coloring | |
coloring algorithm based on integer linear programming (ILP) with Gurobi as ILP solver.
Definition in file ILPColoring.h.
1.8.8