Mission: Build an enterprise-grade integration middleware that allows 3PL brokers and movers to optimize load consolidation using D-Wave's Quantum Annealing technology.
This repository contains the source code for the "One-Click" optimization solution. It bridges the gap between complex logistics constraints (weight, axles, stackability) and QUBO formulations.
src/: Core application logic and solvers.domain_models.py: Pydantic models defining the logistics ecosystem.solver.py: The CQM (Constrained Quadratic Model) formulations.
docs/: Documentation and learning guides.examples/: Example scripts and the legacy demo.legacy/: The original 3D bin packing demo (reference).
- Install dependencies:
pip install -r requirements.txt
- Run the tests:
pytest
- Phase 1: Domain Modeling & Core Formulation (Current)
- Phase 2: Middleware & API Layer
- Phase 3: Pilot Interface & Deployment
- Architecture & Progress Overview: Read this first! Explains the Day 1 & 2 changes (Restructuring + Weight Constraints).
- Learning Guide: Mapping Logistics to QUBO.