Skip to content

We use quantum annealing from D-wave's tech stack to do QUBO formulations that solve logistics optimization for freight brokers.

License

Notifications You must be signed in to change notification settings

ArmaanSoniQG/Quantum-routing-optimization

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Quantum Routing Optimization Middleware

Mission: Build an enterprise-grade integration middleware that allows 3PL brokers and movers to optimize load consolidation using D-Wave's Quantum Annealing technology.

Overview

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.

Structure

  • 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).

Getting Started

  1. Install dependencies:
    pip install -r requirements.txt
  2. Run the tests:
    pytest

Roadmap

  • Phase 1: Domain Modeling & Core Formulation (Current)
  • Phase 2: Middleware & API Layer
  • Phase 3: Pilot Interface & Deployment

Documentation for Contributors

About

We use quantum annealing from D-wave's tech stack to do QUBO formulations that solve logistics optimization for freight brokers.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 9