Runnable Python notebooks for every problem type and solver. Clone from GitHub or open in Colab.
Generate a random distance matrix, submit to GPU annealing, stream results, visualize the best tour.
Markowitz mean-variance portfolio selection as a QUBO. Includes covariance estimation and risk constraint tuning.
Formulate a 64-node MaxCut instance as a QUBO, solve with QAOA at circuit depth p=4, compare to GPU annealing.
Classic 10×5 job shop scheduling benchmark. Penalty method for precedence and machine constraints.
Large-scale TSP using automatic domain decomposition. Demonstrates multi-pass Hybrid Solver on a TSPLIB instance.
Capacitated Vehicle Routing Problem with 50 customers, 5 vehicles. QUBO formulation with capacity penalty.
Build a QUBO matrix from scratch for a custom constraint satisfaction problem and benchmark across all solvers.
Submit a TSP, read the WebSocket stream in real time, and update a live route visualization as the solver improves.
GPU-native quantum-inspired optimization for combinatorial problems at any scale.