QUBO++ Library with QUBO Solver APIs
Author: Koji Nakano, License: Non-commercial research and evaluation purposes without any guarantees.
|
Simple factorization example using ABS2 QUBO Solver. More...
Go to the source code of this file.
Functions | |
int | main () |
Simple factorization example using ABS2 QUBO Solver.
This is a simple example of factorization using ABS2 QUBO Solver. It solves the equation x * y = 97 * 89.
Definition in file simple_factorization_abs2.cpp.
int main | ( | ) |
Definition at line 11 of file simple_factorization_abs2.cpp.