QUBO++ Library with QUBO Solver APIs
Author: Koji Nakano, License: Non-commercial research and evaluation purposes without any guarantees.
Functions
nqueen_easy.cpp File Reference

Solves the N-Queens problem using ABS2 QUBO solver from QUBO++ library. More...

#include <boost/program_options.hpp>
#include "qbpp.hpp"
#include "qbpp_easy_solver.hpp"
#include "qbpp_nqueen.hpp"
Include dependency graph for nqueen_easy.cpp:

Go to the source code of this file.

Functions

int main (int argc, char *argv[])
 Solves the N-Queens problem using EasySolver in the QUBO++ library. library. More...
 

Detailed Description

Solves the N-Queens problem using ABS2 QUBO solver from QUBO++ library.

Author
Koji Nakano
Version
2024-11-23

Definition in file nqueen_easy.cpp.

Function Documentation

◆ main()

int main ( int  argc,
char *  argv[] 
)

Solves the N-Queens problem using EasySolver in the QUBO++ library. library.

Parameters
argcNumber of command line arguments.
argvCommand line arguments.
Returns
int Return code.

The dimension of the chessboard can be specified by the command line argument.

Definition at line 22 of file nqueen_easy.cpp.

Here is the call graph for this function: