| 
    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++ Easy solver. More...
#include <boost/program_options.hpp>#include "qbpp.hpp"#include "qbpp_easy_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++ Easy Solver.  More... | |
Solves the Partitioning problem using the QUBO++ Easy solver.
Definition in file partition_easy.cpp.
| int main | ( | int | argc, | 
| char ** | argv | ||
| ) | 
Solves the Partitioning problem using the QUBO++ Easy Solver.
| argc | Number of command-line arguments | 
| argv | Command-line arguments | 
The size of the input set
The maximum value of the input set
The time limit for the solver
A vector to store the input set
Generates the input set
Prints the input set
Definition at line 18 of file partition_easy.cpp.
