<!– Generated by docs/make.jl – do not edit directly. –>
Examples in QUBO.jl
Application-oriented examples for the JuliaQUBO ecosystem now live in the QUBO.jl documentation, which serves as the canonical entry point for workflows that combine the compiler, drivers, and tooling packages.
ToQUBO.jl keeps the package-specific workflow and reference material in this manual. For a local walkthrough of building and solving a model with ToQUBO.Optimizer, see Running a Model.
These links follow the QUBO.jl development docs until the next coordinated release. Release builds of this manual point to stable.
The current example pages in QUBO.jl are:
- Knapsack, a small binary model with a capacity constraint that compiles to a compact QUBO.
- Prime Factorization, a bounded integer model that highlights automatic encoding and quadratization.
- Portfolio Optimization, a small continuous allocation model that shows how bounded encodings affect the compiled problem size.