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.1-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.1-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.1-py3-none-manylinux_2_31_x86_64.whl.

File metadata

File hashes

Hashes for pyqbpp-2026.3.6.1-py3-none-manylinux_2_31_x86_64.whl
Algorithm Hash digest
SHA256 e599704c878bc3a3258218fa20fe3db35ea2b5e818510e603f0200d5d0cc95b2
MD5 269168be6de94ef84c20c21fc2922086
BLAKE2b-256 c4838ff430aaab328cb61f44543314d1da1351e7645b1bd63d6cd378dc097f97

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyqbpp-2026.3.6.1-py3-none-manylinux_2_31_aarch64.whl
Algorithm Hash digest
SHA256 337e23a29bff73128c6f955e0c72627fc155414b70080b6e0325c7bf1d99ed4d
MD5 f4f9d66373b0da4b9ff9cc301a899378
BLAKE2b-256 109760d5572560b5868e5c9c3c6194ed2254a456a79335ce24b540bf33d5c58b

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