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

Simple factorization example using Gurobi Optimizer. More...

#include "qbpp.hpp"
#include "qbpp_grb.hpp"
Include dependency graph for simple_factorization_grb.cpp:

Go to the source code of this file.

Functions

int main ()
 

Detailed Description

Simple factorization example using Gurobi Optimizer.

This is a simple example of factorization using Gurobi Optimizer. It solves the equation x * y = 97 * 89.

Author
Koji Nakano
Version
2024-10-05

Definition in file simple_factorization_grb.cpp.

Function Documentation

◆ main()

int main ( )

Definition at line 11 of file simple_factorization_grb.cpp.

Here is the call graph for this function: