QUBO++ Library with QUBO Solver APIs
Author: Koji Nakano, License: Non-commercial research and evaluation purposes without any guarantees.
Classes | Namespaces
qbpp_abs2.hpp File Reference

QUBO++ interface to call ABS2 GPU QUBO solver. More...

#include <algorithm>
#include "abs2.hpp"
#include "qbpp.hpp"
Include dependency graph for qbpp_abs2.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  qbpp_abs2::Solver
 A class for calling the ABS2 QUBO solver. More...
 
class  qbpp_abs2::QuadModel
 A class for storing both the qbpp::QuadModel and abs2::Model. More...
 
class  qbpp_abs2::Param
 A class for setting parameters for the ABS2 QUBO solver. More...
 
class  qbpp_abs2::Sol
 A class for storing the ABS2 QUBO solution. More...
 
class  qbpp_abs2::Callback
 A class for defining the ABS2 callback function. More...
 

Namespaces

 qbpp_abs2
 Namespace to use ABS2 QUBO solver from QUBO++ library.
 

Detailed Description

QUBO++ interface to call ABS2 GPU QUBO solver.

This file provides interfaces to call ABS2 QUBO solver from QUBO++

Version
2025-01-17
Author
Koji Nakano

Definition in file qbpp_abs2.hpp.