5 projects
xqvm-py
Python reference implementation of the X-Quadratic Virtual Machine (conformance oracle).
xqsa
Solver adapters for XQMX models (dwave-neal today; pluggable backend interface).
xqcp
High-level constraint programming DSL compiling to XQVM assembly.
xquad
Umbrella meta-package for the XQuad toolchain — re-exports xqffi, xqcp, xqsa under a unified namespace.
xqffi
PyO3 FFI bindings exposing the XQuad Rust runtime (xqvm + xqasm) to Python