Skip to main content

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

https://nakanocs.github.io/qbpp/

Project details


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

If you're not sure about the file name format, learn more about wheel file names.

pyqbpp-2026.3.6.2-py3-none-manylinux_2_31_x86_64.whl (3.7 MB view details)

Uploaded Python 3manylinux: glibc 2.31+ x86-64

pyqbpp-2026.3.6.2-py3-none-manylinux_2_31_aarch64.whl (3.5 MB view details)

Uploaded Python 3manylinux: glibc 2.31+ ARM64

File details

Details for the file pyqbpp-2026.3.6.2-py3-none-manylinux_2_31_x86_64.whl.

File metadata

File hashes

Hashes for pyqbpp-2026.3.6.2-py3-none-manylinux_2_31_x86_64.whl
Algorithm Hash digest
SHA256 ce664cef5c28adc4d100fc36a4d99a8a9d4dc71ca7a6946cc3f8694080880ad3
MD5 613ddadb8ce0570ebaf8c5d988faa573
BLAKE2b-256 499c9b296bbd91e266eb307f0a8b4a9201494e137715955a414a4addc941e396

See more details on using hashes here.

File details

Details for the file pyqbpp-2026.3.6.2-py3-none-manylinux_2_31_aarch64.whl.

File metadata

File hashes

Hashes for pyqbpp-2026.3.6.2-py3-none-manylinux_2_31_aarch64.whl
Algorithm Hash digest
SHA256 828a8a8f4ecd92cd78588ceec5d784a1895bbc787787647b5ae2f81460e62cc2
MD5 31d41fc4a7de0202c89918f4686e7f20
BLAKE2b-256 ac23bb8d5471c3154bc1c45be4a53d059a5f0a84a95e55e0d63765d9f781e70f

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page