QUBO++ Library with QUBO Solver APIs
Author: Koji Nakano, License: Non-commercial research and evaluation purposes without any guarantees.
|
Solves the Partitioning problem using the QUBO++ Exhaustive solver. More...
#include <boost/program_options.hpp>
#include "qbpp.hpp"
#include "qbpp_exhaustive_solver.hpp"
#include "qbpp_misc.hpp"
Go to the source code of this file.
Functions | |
int | main (int argc, char **argv) |
Solves the Partitioning problem using the QUBO++ Exhaustive Solver. More... | |
Solves the Partitioning problem using the QUBO++ Exhaustive solver.
Definition in file partition_exhaustive.cpp.
int main | ( | int | argc, |
char ** | argv | ||
) |
Solves the Partitioning problem using the QUBO++ Exhaustive Solver.
argc | Number of command-line arguments |
argv | Command-line arguments |
The size of the input set
The maximum value of the input set
A vector to store the input set
Generates the input set
Prints the input set
Definition at line 18 of file partition_exhaustive.cpp.