QUBO++ Library with QUBO Solver APIs
Author: Koji Nakano, License: Non-commercial research and evaluation purposes without any guarantees.
|
Solves an Integer Linear Programming (ILP) problem using ExhaustiveSolver through QUBO++ library. More...
Go to the source code of this file.
Functions | |
int | main () |
Solves an Integer Linear Programming (ILP) problem using ExhaustiveSolver through QUBO++ library.
This is a sample program to solve the following Integer Linear Programming (ILP) problem using ExhaustiveSolver through QUBO++ library.
The expected optimal solution is:
The output of this program is:
Definition in file ilp_exhaustive.cpp.
int main | ( | ) |