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