ALGORITHM ARTICLE
QUBO + classical annealing
Problem. Heuristic fixed-tour sortie selection in QUBO form.
Core idea. Reward savings and penalize simultaneous conflicting sorties.
Procedure
- Build linear rewards and quadratic penalties.
- Run seeded classical annealing.
- Decode and verify feasibility.
Certificate. Energy and feasibility only; no exact certificate.
Data structures and API
from optfin_orlab import TruckDroneProblem
solver = TruckDroneProblem()
result = solver.solve_qubo_annealing(...)Complexity. Restarts × sweeps × candidate interactions
Limits. Classical baseline; zero claim of quantum advantage.
OPTFIN AUDIT CHECKS
What has to reconcile before this method is trusted.
- DefinitionProblem, objective, inputs and output are explicit.
- Data structureThe public API and canonical source path are identified.
- CorrectnessEnergy and feasibility only; no exact certificate.
- ComplexityRestarts × sweeps × candidate interactions
- Operational limitClassical baseline; zero claim of quantum advantage.
- ReproductionSource, executable test and evidence route remain linked.
LUNA ACADEMIC
Continue this algorithm in one research conversation.
Ask for the paper trail, executable test, source explanation, or a reproducibility plan for QUBO + classical annealing.
Open Luna for this algorithm