QUBO++: A C++ Library for Solving QUBO and HUBO problems
QUBO++: A C++ Library for Solving QUBO and HUBO problems
Key features include:
C++ library for constructing binary-variable polynomials for combinatorial optimization (QUBO/HUBO).
Linux (x86-64) target environment.
HUBO support up to degree 8.
CPU solvers included: Easy Solver (heuristic) and Exhaustive Solver (complete search).
ABS3 GPU solver included: supports multiple NVIDIA GPUs (Ampere or newer).
Multithreaded acceleration using oneTBB where applicable.
Author: Koji Nakano
Copywright: © 2025 Koji Nakano. All rights reserved.