QUBO++ Library with QUBO Solver APIs
Author: Koji Nakano, License: Non-commercial research and evaluation purposes without any guarantees.
|
QUBO++ interface to call Gurobi Optimizer. More...
Go to the source code of this file.
Classes | |
class | qbpp_grb::QuadModel |
Class to store a QUBO model using Gurobi Optimizer through QUBO++ library. More... | |
class | qbpp_grb::Sol |
Class to store a solution of a QUBO model using Gurobi Optimizer. More... | |
class | qbpp_grb::Callback |
Class to manage a callback function called by Gurobi Optimizer. More... | |
Namespaces | |
qbpp_grb | |
Namespace to use Gurobi optimizer from QUBO++ library. | |
Macros | |
#define | GRB_SAFE_CALL(func) |
QUBO++ interface to call Gurobi Optimizer.
This file provides interfaces to call Gurobi Optimizer from QUBO++
Definition in file qbpp_grb.hpp.
#define GRB_SAFE_CALL | ( | func | ) |
Definition at line 16 of file qbpp_grb.hpp.