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

File metadata

File hashes

Hashes for pyqbpp-2026.3.6-py3-none-manylinux_2_31_x86_64.whl
Algorithm Hash digest
SHA256 4d7b2d2ddade12b7fa4371c74c407e9f96750335a3d426b712f8a1a35dfba64c
MD5 b77f66cf8ada0fe6116323132eefa362
BLAKE2b-256 d7b176916e29095f12428edeaa22624ca7f4262ab289a3b8f25e55dc7472fdf7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyqbpp-2026.3.6-py3-none-manylinux_2_31_aarch64.whl
Algorithm Hash digest
SHA256 f1d398b9ae133eda04d74ab86c3e0af3f3584c140e8cee3a015baf51107af8aa
MD5 bdd3cdf324698800e159c69084de86af
BLAKE2b-256 421ec679d4c3debd1b674cf9609d10a4b5e7fb03713329912024767a2268f1e9

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