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 ABS2 solver through QUBO++ library. More...
Go to the source code of this file.
Functions | |
int | main () |
Solves an Integer Linear Programming (ILP) problem using ABS2 solver through QUBO++ library.
This is a sample program to solve the following Integer Linear Programming (ILP) problem using ABS2 Solver through QUBO++ library.
The expected optimal solution is:
Definition in file ilp_abs2.cpp.
int main | ( | ) |