pyqbpp-abs2
ABS2 GPU QUBO solver plugin for PyQBPP.
Unofficial. It may change or be removed without notice, and no performance is guaranteed.
ABS2 predates ABS3 and keeps the current solution and its deltas in thread registers, which makes it strong on small-to-medium dense QUBO problems. Sparse or very large models are usually better served by EasySolver or ABS3Solver.
Install
pip install pyqbpp pyqbpp-abs2
Use
import pyqbpp.c32e64 as qbpp
solver = qbpp.ABS2Solver(f)
sol = solver.search(time_limit=10)
Requirements
- An NVIDIA GPU (there is no CPU path)
- QUBO only (degree <= 2);
qbpp.cons()and integer variables are not supported, and the variable count is capped by the bundled kernels
See the ABS2 page in the QUBO++ documentation for details.
Release files for pyqbpp-abs2 2026.9.3
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Built distributions (wheels)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| pyqbpp_abs2-2026.9.3-py3-none-manylinux_2_31_x86_64.whl | Python 3 | none | Linux glibc 2.31+ x86-64 | Details |
| pyqbpp_abs2-2026.9.3-py3-none-manylinux_2_31_aarch64.whl | Python 3 | none | Linux glibc 2.31+ ARM64 | Details |
Total release size: 16.4 MB
Release files / pyqbpp_abs2-2026.9.3-py3-none-manylinux_2_31_x86_64.whl
| Download URL | pyqbpp_abs2-2026.9.3-py3-none-manylinux_2_31_x86_64.whl |
|---|---|
| Size | 8.2 MB |
| Tags | Linux glibc 2.31+ x86-64 Python 3 |
|
SHA-256 checksum How to use checksums |
055eed2618fcc21e6a019a4157b66816d3802c56d144b57d4d0136faa4b9dda9
|
|
BLAKE2b-256 checksum How to use checksums |
9a744670353cb14f376c95f69b08f81955f3b3c0e8eeaa31820e3766e307e153
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/6.1.0 CPython/3.8.10
|
Release files / pyqbpp_abs2-2026.9.3-py3-none-manylinux_2_31_aarch64.whl
| Download URL | pyqbpp_abs2-2026.9.3-py3-none-manylinux_2_31_aarch64.whl |
|---|---|
| Size | 8.2 MB |
| Tags | Linux glibc 2.31+ ARM64 Python 3 |
|
SHA-256 checksum How to use checksums |
4babfe0a75c36e1b08c96bcaeee9153082b651c378517f81bc0f71559fa4928a
|
|
BLAKE2b-256 checksum How to use checksums |
1be00ee60c2b8c5923b2955addf56beae1e709b5fbfbee0079560a848e7209d4
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/6.1.0 CPython/3.8.10
|