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

This file contains an example of solving the bin packing problem using the EasySolver. More...

#include "qbpp.hpp"
#include "qbpp_easy_solver.hpp"
Include dependency graph for bin_packing_easy.cpp:

Go to the source code of this file.

Functions

int main ()
 

Detailed Description

This file contains an example of solving the bin packing problem using the EasySolver.

Author
Koji Nakano
Version
2024-01-05

Definition in file bin_packing_easy.cpp.

Function Documentation

◆ main()

int main ( )

Definition at line 11 of file bin_packing_easy.cpp.

Here is the call graph for this function: