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

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"
Include dependency graph for partition_exhaustive.cpp:

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...
 

Detailed Description

Solves the Partitioning problem using the QUBO++ Exhaustive solver.

Author
Koji Nakano
Version
2025-01-04

Definition in file partition_exhaustive.cpp.

Function Documentation

◆ main()

int main ( int  argc,
char **  argv 
)

Solves the Partitioning problem using the QUBO++ Exhaustive Solver.

Parameters
argcNumber of command-line arguments
argvCommand-line arguments
Returns
Exit code

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.

Here is the call graph for this function: