QUBO++ Library with QUBO Solver APIs
Author: Koji Nakano, License: Non-commercial research and evaluation purposes without any guarantees.
|
Generates QUBO expression for the N-Queens problem using the QUBO++ library. More...
#include "qbpp.hpp"
Go to the source code of this file.
Classes | |
class | qbpp::nqueen::NQueenQuadModel |
Class to generate a QUBO model for the N-Queens problem. More... | |
Namespaces | |
qbpp | |
Generates a QUBO Expression for the Graph Coloring Problem using QUBO++ library. | |
qbpp::nqueen | |
Namespace for the N-Queens problem. | |
Generates QUBO expression for the N-Queens problem using the QUBO++ library.
This file provides a class to generate a QuadModel object for the N-Queens problem using the QUBO++ library
Definition in file qbpp_nqueen.hpp.