Python QUBO++ Symbolic Computation Library (C++ backend)
Project description
pyqbpp - Python QUBO++ Library
Python binding for the QUBO++ symbolic computation library. Provides symbolic computation for HUBO/QUBO expressions with C++ backend.
Installation
pip install pyqbpp
Quick Start
from pyqbpp import var, sum, solve
n = 8
x = var("x", n)
expr = sum(x) == 1 # one-hot constraint
sol = solve(expr)
print(sol)
Documentation
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distributions
No source distribution files available for this release.See tutorial on generating distribution archives.
Built Distributions
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file pyqbpp-2026.3.7-py3-none-manylinux_2_31_x86_64.whl.
File metadata
- Download URL: pyqbpp-2026.3.7-py3-none-manylinux_2_31_x86_64.whl
- Upload date:
- Size: 3.7 MB
- Tags: Python 3, manylinux: glibc 2.31+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.8.10
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
3ab1873beca397ba82498b926349ab1e055e3192e1479415d75098d306160995
|
|
| MD5 |
f302c9ba496f57c68668e9fea7e60340
|
|
| BLAKE2b-256 |
c41779d1e9b37a776edeb9221db51ba4bb9ccb1e05a2dc6bb818e5ec16027707
|
File details
Details for the file pyqbpp-2026.3.7-py3-none-manylinux_2_31_aarch64.whl.
File metadata
- Download URL: pyqbpp-2026.3.7-py3-none-manylinux_2_31_aarch64.whl
- Upload date:
- Size: 3.6 MB
- Tags: Python 3, manylinux: glibc 2.31+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.8.10
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
0b40ca5df44ee78634e28998325d12a4f564cf9734ec2195bbffc125d62752b5
|
|
| MD5 |
c3c896e7dfb695ebfb79392f659917f7
|
|
| BLAKE2b-256 |
9508173ccb3b09e93f471d207a78178dcd9391c19858a8bc12551fbeb6b795b5
|