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.7-py3-none-manylinux_2_31_x86_64.whl (3.7 MB view details)

Uploaded Python 3manylinux: glibc 2.31+ x86-64

pyqbpp-2026.3.7-py3-none-manylinux_2_31_aarch64.whl (3.6 MB view details)

Uploaded Python 3manylinux: glibc 2.31+ ARM64

File details

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

File metadata

File hashes

Hashes for pyqbpp-2026.3.7-py3-none-manylinux_2_31_x86_64.whl
Algorithm Hash digest
SHA256 3ab1873beca397ba82498b926349ab1e055e3192e1479415d75098d306160995
MD5 f302c9ba496f57c68668e9fea7e60340
BLAKE2b-256 c41779d1e9b37a776edeb9221db51ba4bb9ccb1e05a2dc6bb818e5ec16027707

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyqbpp-2026.3.7-py3-none-manylinux_2_31_aarch64.whl
Algorithm Hash digest
SHA256 0b40ca5df44ee78634e28998325d12a4f564cf9734ec2195bbffc125d62752b5
MD5 c3c896e7dfb695ebfb79392f659917f7
BLAKE2b-256 9508173ccb3b09e93f471d207a78178dcd9391c19858a8bc12551fbeb6b795b5

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