QUBO++ Library with QUBO Solver APIs
Author: Koji Nakano, License: Non-commercial research and evaluation purposes without any guarantees.
|
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"
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... | |
Solves the N-Queens problem using ABS2 QUBO solver from QUBO++ library.
Definition in file nqueen_easy.cpp.
int main | ( | int | argc, |
char * | argv[] | ||
) |
Solves the N-Queens problem using EasySolver in the QUBO++ library. library.
argc | Number of command line arguments. |
argv | Command line arguments. |
The dimension of the chessboard can be specified by the command line argument.
Definition at line 22 of file nqueen_easy.cpp.