QUBO++ Library with QUBO Solver APIs
Author: Koji Nakano, License: Non-commercial research and evaluation purposes without any guarantees.
Classes | Namespaces
qbpp_nqueen.hpp File Reference

Generates QUBO expression for the N-Queens problem using the QUBO++ library. More...

#include "qbpp.hpp"
Include dependency graph for qbpp_nqueen.hpp:
This graph shows which files directly or indirectly include this file:

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.
 

Detailed Description

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

Author
Koji Nakano
Version
2025-01-12

Definition in file qbpp_nqueen.hpp.