QUBO++ Library with QUBO Solver APIs
Author: Koji Nakano, License: Non-commercial research and evaluation purposes without any guarantees.
|
#include <boost/polygon/voronoi.hpp>
#include <iostream>
#include <limits>
#include <memory>
#include <queue>
#include <random>
#include <sstream>
#include <string>
#include <utility>
#include <vector>
#include "qbpp.hpp"
#include "qbpp_misc.hpp"
Go to the source code of this file.
Classes | |
class | qbpp::graph_color::GraphColorMap |
Class to store a graph with node coloring and related information. More... | |
class | qbpp::graph_color::GraphColorQuadModel |
Class to store the QUBO expression with variables for the Graph Coloring Problem. More... | |
Namespaces | |
qbpp | |
Generates a QUBO Expression for the Graph Coloring Problem using QUBO++ library. | |
qbpp::graph_color | |
Namespace for the Graph Node Coloring using QUBO++. | |