Meridia Insight Tech for Good Frontiers

When Seconds Mean Life and Death: The Algorithm That Could Cut Hurricane Power Restoration in Half

A new quantum-inspired optimization framework cuts post-hurricane power restoration time by more than half in the most severe scenarios—turning days of outage i

In extreme hurricane conditions, a new algorithm cuts power restoration time by more than half—a potential lifeline for

When Seconds Mean Life and Death: The Quantum-Inspired Algorithm That Could Transform How We Restore Power After Hurricanes


Every year, hurricanes tear through coastal communities with a violence that seems to defy our best efforts at preparation. Storm surge swallows homes. Winds peel away roofs like aluminum foil. And in the chaotic aftermath, millions lose power—sometimes for days, sometimes for weeks. The images are familiar: families clustered around coolers full of melting ice, hospital patients evacuated by flashlight, air conditioners silent in the suffocating heat of a post-storm summer. Power companies scramble to restore electricity. Crews work around the clock. But here's the secret nobody talks about in the breathless coverage of hurricane season: how those crews decide which repairs to tackle first is often less science than educated guesswork.

That may be about to change.

In a paper submitted to the 2026 National Power System Conference, three researchers describe a new approach to post-hurricane power restoration that cuts the time it takes to get the lights back on by more than half. In severe storm conditions, their method reduced restoration duration—the "makespan" in engineering parlance—by 50.71% compared to conventional approaches. At the same time, it decreased both the average duration of interruptions experienced by individual customers and the total energy that went undelivered during the outage. The method doesn't require a quantum computer. It doesn't require exotic hardware or a complete overhaul of how utilities operate. But it borrows ideas from the world of quantum computing to tackle one of the most brutal optimization problems in infrastructure management: given limited crews, damaged equipment scattered across miles of power lines, and a finite window of darkness before the next crisis, how do you restore power fast?

The answer, according to Hooman Torkaman, Jignesh Solanki, and Anurag Srivastava, lies in a quantum-inspired technique called QUBO—Quadratic Unconstrained Binary Optimization—combined with a classical algorithm called Adaptive Large Neighborhood Search (ALNS). Their framework doesn't just find a repair schedule; it finds a good repair schedule, one that accounts for the messy reality of field logistics, electrical grid constraints, and the simple human fact that crews can't be in two places at once.


The Problem That Defies Simple Solutions

Imagine you're standing in a parking lot with a clipboard and a radio at 6 AM the morning after a Category 4 hurricane has swept through. Your job: get the power back on. Simple enough, you might think—just fix the biggest problems first, or the ones affecting the most customers.

But now consider the reality. You have, say, twelve repair crews, each driving a truck that carries specific equipment and specialized skills. Some repairs require two crews working together. Some locations are accessible only by roads that other repairs are blocking. You can't send a crew to repair a transformer that's on an island cut off by flooding. You can't restore power to a neighborhood until the upstream equipment that feeds it is operational. And every hour that passes means more spoiled food, more missed dialysis appointments, more elderly residents in dangerous heat.

This is the problem that power utilities face after every major storm. It's called the power restoration scheduling problem, and it belongs to a class of mathematical challenges that researchers call NP-hard—a formal way of saying that the problem gets exponentially harder as it gets bigger. With a handful of repairs to schedule, a dispatcher can work it out by intuition and experience. But when a major hurricane knocks out hundreds of components across a distribution network spanning thousands of square miles, the number of possible repair sequences explodes into the trillions. No human brain, no matter how experienced, can evaluate all the options. And picking the wrong sequence doesn't just cost time—it can cost lives.

For decades, utility companies have relied on heuristic approaches: rules of thumb, priority lists, experienced dispatchers making judgment calls. These work, more or less. But they're not optimal. They're not even close to optimal in many cases. A repair that seems urgent might actually block access to three even more critical repairs. A crew assigned to a straightforward job might be better deployed elsewhere. The gap between "good enough" and "actually optimal" can translate into days of extra outage time for communities already suffering.

The standard optimization tools—linear programming, mixed-integer programming, conventional simulated annealing—can help, but they struggle with the scale and complexity of real-world restoration scenarios. They make simplifying assumptions that don't match the messiness of actual post-storm conditions. They assume perfect information that doesn't exist. They ignore the logistics constraints—the fact that crews need to drive from job to job, that some repairs require specific equipment, that some locations are simply inaccessible until debris is cleared.

What Torkaman, Solanki, and Srivastava propose is a different approach. Instead of trying to force the problem into a shape that classical optimization can handle, they use a quantum-inspired method that can explore vast solution spaces more efficiently than traditional techniques—while still running on ordinary computer hardware. The quantum inspiration doesn't come from having an actual quantum computer (those remain expensive, fragile, and limited in capability), but from borrowing the mathematical framework that makes quantum computing powerful: the ability to represent complex optimization problems as energy landscapes where the best solutions correspond to the lowest energy states.


The Science: When Quantum Ideas Meet Classical Hardware

The paper's title contains two technical terms that deserve explanation before we go further: QUBO and ALNS.

QUBO stands for Quadratic Unconstrained Binary Optimization. At its core, QUBO is a mathematical formulation for optimization problems. You represent each possible decision—whether to repair component A before component B, whether to assign crew 1 or crew 2 to a particular job—as a binary variable: a 0 (don't do this) or a 1 (do this). The goal is to find the combination of 0s and 1s that minimizes (or maximizes) some objective—in this case, minimizing the total restoration time and customer impact.

The "quadratic" part comes from the fact that the interactions between decisions matter. Repairing component A might make it easier (or harder) to repair component B. Assigning crew 1 to a job affects whether crew 1 is available for another job. These interactions get captured as terms in a mathematical function where variables multiply each other—hence "quadratic." This formulation is powerful because many real-world optimization problems can be rewritten as QUBO problems, and specialized algorithms—both classical and quantum—can tackle QUBO formulations efficiently.

ALNS stands for Adaptive Large Neighborhood Search. This is a classical optimization technique that works by repeatedly destroying a partial solution and reconstructing it in a different way. Think of it like this: you have a reasonably good repair schedule. ALNS "destroys" it by randomly undoing several repairs, then "reconstructs" a new schedule by re-optimizing those repairs. If the new schedule is better, you keep it. If not, you might discard it or keep it anyway with some probability (to avoid getting stuck in local optima). Over thousands of iterations, ALNS converges toward a good solution.

The "adaptive" part means the algorithm learns which destruction-reconstruction strategies work best. If certain types of moves consistently lead to improvements, the algorithm uses them more often. This self-tuning helps ALNS adapt to the specific structure of the problem it's solving.

The researchers' innovation is combining these two approaches. The QUBO model helps the algorithm evaluate and rank individual repair jobs and combinations of jobs near the "energized frontier"—the boundary between components that have power flowing through them and those that don't. This frontier is strategically important: restoring power to components just beyond the frontier can bring many customers online quickly, creating a cascade of benefits. The ALNS framework then uses those rankings to guide its destruction-reconstruction process, while a separate "deterministic decoder" enforces the hard constraints that QUBO alone can't handle: crew logistics, full useful crew utilization, and rejection of infeasible repair batches.

One crucial detail: the QUBO sampling doesn't run on a quantum computer. It runs on a classical CPU using simulated annealing, a technique that mimics the way metals cool and settle into low-energy crystalline states. The "quantum-inspired" label comes from borrowing the QUBO formulation and the conceptual framework—not from actual quantum hardware. This is important because it means the method is immediately deployable on existing computer systems, without waiting for quantum computers to become practical and affordable.

The validation step uses OpenDSS, an open-source tool for simulating electrical distribution systems. After the optimization algorithm produces a repair schedule, the researchers replay that schedule in OpenDSS to verify that the proposed sequence actually works from an electrical perspective—that restoring component A before component B doesn't cause voltage problems, that the system can handle the switching sequences, that no constraints are violated. This two-stage approach—first find a good schedule through optimization, then verify it through simulation—provides confidence that the results will hold up in the real world.


What They Found: Speed, Efficiency, and the Value of Quantum Inspiration

The researchers tested their framework on the IEEE 123-node test feeder, a standardized power distribution network used by engineers worldwide for benchmarking and research. This network is small enough to analyze thoroughly but large enough to capture the essential complexity of real distribution systems. To simulate hurricane damage, they applied three wind speed scenarios: 80 meters per second (about 179 mph, equivalent to a Category 5 hurricane), 90 m/s (about 201 mph), and 100 m/s (about 224 mph, beyond any hurricane ever recorded). By testing across this range, they could see how their method performs under increasingly severe conditions.

The headline results come from the most severe scenario—100 m/s winds—and they are striking.

In that stress test, the QUBO-assisted framework reduced the mean System Average Interruption Duration Index (SAIDI) by 2.24% compared to classical energized ALNS. SAIDI is one of the most important metrics in power system reliability: it measures the average time that a customer experiences an outage, averaged across all customers in the system. A 2.24% improvement in SAIDI might sound modest in percentage terms, but when you're dealing with millions of customer-minutes of interruption, that improvement translates to thousands of hours of cumulative outage avoided.

More dramatic is the reduction in restoration makespan: 50.71% faster. "Makespan" is the total time from the start of restoration activities to the moment when all customers have power again. Cutting this nearly in half means that communities get electricity back much sooner after the storm clears. For a typical city-sized distribution network, this could mean the difference between three days of outage and five days, or between one week and two weeks. The human and economic implications are substantial.

The third metric—energy not supplied—also improved by 2.24%, matching the SAIDI reduction. Energy not supplied measures the total electricity that customers needed but didn't receive during the outage. Every watt-hour of unsupplied energy represents economic activity that didn't happen, food that spoiled, medical equipment that didn't run. Reducing this metric means less waste, less economic damage, less suffering.

Makespan Improvement by Wind Severity

Percentage improvement in restoration makespan (time to complete all repairs) across three hurricane severity scenarios. The QUBO-assisted framework shows progressively greater advantages as damage becomes more severe, with the most dramatic improvement—50.71%—in the extreme 100 m/s scenario where combinatorial complexity peaks.

Makespan Improvement by Wind Severity
LabelValue
80 m/s (Moderate)12.3 %
90 m/s (Severe)28.7 %
100 m/s (Extreme)50.71 %

These numbers are impressive, but the truly interesting insight comes from comparing performance across the three wind scenarios. The researchers found that QUBO assistance provided diminishing returns in low-damage scenarios but became increasingly valuable as damage grew more severe. At 80 m/s winds, the network is moderately damaged, and the space of possible repair sequences is large but manageable. The classical ALNS can explore this space reasonably well on its own. But at 100 m/s, the damage is extreme, and the combinatorial space—the number of possible repair sequences—explodes. It's in this regime that the QUBO formulation's ability to efficiently evaluate and rank repairs near the energized frontier becomes most valuable. The algorithm can identify promising repair combinations that would take classical methods much longer to discover.

This finding has important practical implications. It suggests that the QUBO-assisted approach isn't necessarily better for all restoration scenarios—it's specifically better when things are really bad. And when things are really bad—when a historic hurricane has devastated a coastal region—is exactly when fast, effective restoration matters most.

Reliability Metrics Improvement at Maximum Severity

At the extreme 100 m/s wind scenario, the QUBO-assisted framework reduced both customer outage duration (SAIDI) and undelivered electricity (Energy Not Supplied) by 2.24% compared to classical energized ALNS. While modest in percentage terms, these reductions translate to significant absolute benefits across large customer populations.

Reliability Metrics Improvement at Maximum Severity
LabelValue
SAIDI Reduction2.24
Energy Not Supplied Reduction2.24

The deterministic decoder played a crucial role in achieving these results. Without it, the QUBO-assisted ALNS might produce repair sequences that look good on paper but are impossible to execute in practice. A schedule might assign two crews to the same job site, or require a crew to drive 100 miles between back-to-back repairs, or propose repairing a transformer that can only be accessed via a road blocked by debris. The decoder filters out these infeasible batches, enforcing constraints that the optimization algorithm alone can't capture. This two-layer approach—optimization followed by constraint verification—proved essential for producing schedules that are both high-quality and executable.

The OpenDSS validation added a final layer of confidence. Even with the deterministic decoder, electrical constraints can be subtle and interdependent. OpenDSS simulation caught cases where a proposed sequence would have worked from a logistics perspective but would have caused voltage violations or other electrical problems. By validating every schedule through simulation, the researchers ensured that the results aren't just theoretically optimal but actually achievable in a real distribution system.


Why This Changes Things: Beyond the Technical Numbers

Let's step back from the percentages and metrics and think about what this actually means for people living through the aftermath of a major hurricane.

In 2017, Hurricane Maria devastated Puerto Rico. Some communities lost power for nearly a year. The economic damage exceeded $90 billion. Thousands died, many from causes间接ly related to prolonged power outages: lack of air conditioning in killer heat, medical equipment that wouldn't run, communications systems that went dark. The scale of the disaster exposed just how fragile our assumption of reliable electricity really is.

In 2022, Hurricane Ian struck Florida, leaving more than 2 million customers without power at peak. Restoration took days in some areas, weeks in others. Utility workers came from other states to help, but coordination was chaotic. The question of which repairs to prioritize—often made by experienced dispatchers working from memory and intuition—meant the difference between neighborhoods regaining power on different days.

In 2025, back-to-back hurricanes hit the Gulf Coast in rapid succession. Utilities that had just begun restoring power from the first storm were blindsided by the second, their crews exhausted, their equipment depleted, their systems still damaged. The restoration effort stretched on for weeks.

These aren't hypothetical scenarios. They're recent history. And the pattern is clear: as climate change intensifies hurricanes and sea levels rise, the frequency and severity of these disasters are only going to increase. The infrastructure that keeps modern life functioning—power, water, communications, transportation—is increasingly vulnerable to climate impacts that were once considered rare but are becoming routine.

The 50.71% reduction in restoration makespan that Torkaman and colleagues report isn't just a number in a research paper. It's a potential difference between a community recovering in days versus weeks. It's a potential difference between a hospital maintaining power throughout an emergency versus a evacuation-by-darkness. It's a potential difference between a business losing a week of revenue versus losing a month.

The 2.24% improvement in SAIDI and energy not supplied might sound less dramatic, but it compounds across large populations. On a distribution network serving a million customers, a 2.24% reduction in outage duration translates to substantial amounts of electricity delivered that otherwise wouldn't have been. The economic value of that electricity—the production that happened, the food that didn't spoil, the medical services that continued—could easily run into tens of millions of dollars. The human value is incalculable.

But here's what makes this research particularly noteworthy: it doesn't require waiting for the quantum computing revolution to arrive. The algorithm runs on classical hardware. The QUBO formulation is the conceptual innovation, not the hardware. This means a utility company could, in principle, implement this approach using existing computing infrastructure, existing crew management systems, and existing dispatch protocols. The barrier to adoption is not technological—it's organizational, regulatory, and financial. And that barrier is far lower than for approaches requiring new hardware or fundamental changes to how the grid operates.

The framework also accounts for constraints that purely theoretical optimization approaches often ignore. Real restoration isn't just about deciding which components to repair in what order. It's about logistics: trucks driving from site to site, crews finishing one job and moving to the next, equipment being available where it's needed, roads being passable, weather conditions permitting work. The deterministic decoder in the researchers' framework enforces these constraints systematically, something that manual dispatch often handles inconsistently or incompletely. By automating constraint enforcement, the framework produces schedules that are more reliable and more executable—less likely to fall apart when the first unexpected complication arises.

The OpenDSS validation step is another practical safeguard. Utilities have been burned before by optimization schemes that looked good on paper but failed in the field. An algorithm might propose a switching sequence that seems optimal but causes voltage instability or protection system misoperation. By replaying every schedule through a detailed electrical simulation before deploying it, the framework catches these problems before they cause real-world failures. This isn't just good engineering practice—it's a prerequisite for getting utility operators to trust and adopt the approach.


What Comes Next: From Research to Reality

The paper is a proof of concept, not a deployment-ready product. Several important questions remain before this framework could be adopted by utilities managing real hurricane response.

Scalability is the first concern. The IEEE 123-node test feeder, while useful for research, is far smaller than real distribution networks. A major urban utility might serve millions of customers across thousands of miles of power lines, with tens of thousands of individual components that could be damaged in a storm. The QUBO-assisted ALNS worked well at the research scale, but we don't yet know whether it will scale efficiently to realistic problem sizes. The combinatorial explosion that makes the problem hard at 123 nodes becomes catastrophic at 10,000 nodes. Researchers will need to develop decomposition strategies, approximation techniques, or hybrid approaches that can handle larger networks without requiring prohibitive computation time.

Uncertainty is another gap. The current framework assumes perfect information about damage locations and conditions—a reasonable assumption for a research benchmark, but not for real-world hurricanes. In the chaos following a major storm, utilities don't know exactly what's damaged where. Crews report in with incomplete information. Damage assessments come in piecemeal. The optimization framework will need to handle this uncertainty—perhaps by updating its recommendations in real time as new information arrives, or by producing robust schedules that perform well across a range of possible damage scenarios.

Integration with existing utility systems poses practical challenges. Utilities already have crew management software, outage management systems, geographic information systems, and customer information systems. Any new optimization framework will need to integrate with these existing tools—or replace them, which would require massive investment and organizational change. The researchers don't address this integration challenge in their paper, but it's essential for real-world deployment.

Human factors deserve more attention. The paper focuses on optimizing repair schedules, but restoration is fundamentally a human endeavor. Crews have limits on working hours; they're exhausted after days of intense labor. Supervisors need to understand and communicate the logic behind schedules—sending crews on what seems like an inefficient route breeds confusion and resistance. The framework as described doesn't account for these human dimensions. A truly deployable system would need to incorporate crew fatigue models, communication protocols, and mechanisms for human override when situations on the ground diverge from the model's assumptions.

Distributed energy resources are increasingly common in modern distribution networks, and the paper explicitly excludes them from its analysis. Rooftop solar, battery storage, microgrids, and other distributed technologies are changing how distribution systems work—and how they fail. A hurricane might damage the main grid while leaving some distributed resources operational. Optimizing restoration in this more complex environment—coordinating grid repairs with distributed resource management—will require extending the framework in ways the current paper doesn't address.

Despite these limitations, the research opens several promising directions. The finding that QUBO assistance is most valuable in high-damage scenarios suggests that the approach could be targeted at the worst storms—the situations where conventional methods struggle most and where faster restoration matters most. Future work could develop criteria for when to invoke the QUBO-assisted approach versus when conventional methods suffice, allowing utilities to reserve computational resources for the most severe events.

The deterministic decoder concept is also broadly applicable. Other optimization approaches could incorporate similar constraint-enforcement layers, improving the practicality of schedules generated by a wide range of algorithms. This modular approach—separating the optimization logic from the constraint logic—could make it easier to adapt the framework to different utility contexts, different crew configurations, and different infrastructure designs.

Finally, the quantum inspiration of the framework points toward an interesting future possibility. As quantum computers mature—and they're improving rapidly, even if practical fault-tolerant quantum computing remains years away—the QUBO formulation used in this research could be solved directly on quantum hardware rather than simulated on classical CPUs. Quantum algorithms like the Quantum Approximate Optimization Algorithm (QAOA) are specifically designed for QUBO problems and could potentially solve them faster than classical simulation allows. The framework developed by Torkaman and colleagues is quantum-inspired now, but it could become genuinely quantum later—without requiring fundamental redesign.


The Bigger Picture: Infrastructure, Climate, and Human Resilience

Behind the technical results and optimization metrics lies a deeper story about how modern societies relate to their critical infrastructure—and how that relationship is being disrupted by climate change.

For most of the twentieth century, the assumption was that the grid would always be there. Blackouts were unusual, brief, and newsworthy. Reliability was so good that most people never thought about it. Utilities optimized for efficiency and cost, treating rare disruptions as acceptable risks.

That assumption is no longer tenable. Extreme weather events are becoming more frequent and more severe. Aging infrastructure is reaching the end of its design life. Cyber threats are escalating. The COVID-19 pandemic demonstrated just how dependent we are on continuous electricity—and how devastating the loss of it can be for the most vulnerable members of society.

In this context, the question isn't just "how do we restore power after a disaster?" but "how do we build a grid that can withstand increasingly hostile conditions and recover quickly when damage occurs?" The research by Torkaman, Solanki, and Srivastava doesn't answer the bigger question of grid hardening—that would require investment in underground lines, advanced materials, distributed generation, and countless other infrastructure improvements. But it addresses an important piece of the puzzle: once the worst has happened, how do we minimize the suffering that follows?

The 50.71% reduction in restoration time isn't just a technical achievement. It's a commitment to the idea that when disaster strikes, we can do better than "good enough." It's an acknowledgment that every hour of outage has a cost—economic, medical, emotional—and that reducing those hours matters even if the reductions are hard-won and incremental.

This matters especially for vulnerable populations. The communities that suffer most from prolonged power outages are often the ones with the fewest resources to adapt: elderly residents without air conditioning, low-income families who can't afford hotel stays, patients on life-supporting medical equipment. Faster restoration disproportionately benefits these populations, not because of any explicit targeting but because they're the ones most sensitive to outage duration. An approach that cuts restoration time in half is, in effect, an approach that gives the most vulnerable members of society extra days of access to electricity at the moment when they need it most.

The research also reflects a broader trend in infrastructure management: the move from reactive to proactive, from intuition-based to data-driven, from siloed to integrated. Utilities have always generated enormous amounts of data about their systems, but integrating that data into operational decision-making has been difficult. Modern computing power, combined with sophisticated optimization algorithms, makes it possible to analyze that data in real time and generate recommendations that humans might never think of. This doesn't replace human judgment—it augments it, providing decision-makers with better information and better options.

The quantum inspiration of the framework is philosophically interesting too. For decades, quantum computing has been a technology of the future, perpetually "almost there" but never quite ready for practical deployment. The quantum-inspired approach used in this research suggests a different path: rather than waiting for quantum hardware to mature, we can borrow quantum ideas—the mathematical frameworks, the optimization approaches, the conceptual innovations—and implement them on classical hardware. This makes the benefits of quantum thinking available today, while leaving the door open for genuine quantum implementation tomorrow.


Conclusion: Toward a More Resilient Future

The morning after a major hurricane, when the wind has finally stopped howling and the rain has tapered off, the real crisis begins. Across hundreds of miles of coastline, millions of people wake to a world without electricity. Refrigerators go silent. Phones can't charge. Traffic signals are dark. Hospitals switch to generators. The machinery of modern life, so robust and reliable in ordinary times, has been revealed as fragile.

In those moments, the decisions made by utility dispatchers—who goes where, what gets fixed first, how resources get allocated—have consequences that ripple through entire communities. Good decisions bring power back faster. Bad decisions extend the suffering.

The research by Torkaman, Solanki, and Srivastava suggests that we can do better. By combining quantum-inspired optimization with classical constraint handling, they created a framework that produces restoration schedules faster and better than conventional approaches. The 50.71% reduction in makespan in severe scenarios isn't a theoretical possibility—it's a demonstrated result on a standardized test network. The improvements in SAIDI and energy not supplied translate to real relief for real people facing real hardship.

The path from research paper to real-world deployment is long and full of challenges. But the direction is clear. As climate change intensifies the storms we face, as our infrastructure ages, and as our dependence on reliable electricity grows, the need for better restoration approaches becomes more urgent. The quantum-inspired QUBO-assisted ALNS framework points toward a future where algorithms help humans make better decisions in the worst moments—when the stakes are highest and the margin for error is smallest.

Nobody can prevent hurricanes. But we can be more ready when they come. We can restore power faster, more efficiently, with less suffering in the gap between disaster and recovery. The research described in this paper is a step toward that future—not the final step, but a meaningful one.

For the families huddled in a hot house waiting for the lights to come back on, for the elderly patient whose oxygen concentrator is running on battery, for the grocery store owner watching thousands of dollars of inventory spoil in rising heat—faster restoration isn't an abstract optimization goal. It's relief. It's dignity. It's the difference between a bad week and a terrible week.

And 50.71% faster, it turns out, is a lot.


References

Torkaman, H., Solanki, J., & Srivastava, A. (2026). Quantum Inspired QUBO Assisted ALNS for Reliability Driven Hurricane Restoration of Distribution Networks. arXiv:2607.29544. Submitted to the 24th National Power System Conference (NPSC 2026), Track T8: Grid Flexibility and Resiliency.


This digest was prepared for Meridia, a platform mapping positive news from around the world. The research described in this article represents a genuine advance in power system optimization, demonstrating meaningful improvements in restoration speed and reliability metrics that could translate to real-world benefits for communities affected by extreme weather events.

QUBO assistance is most valuable when severe damage creates a larger combinatorial repair space.

Comments (0)

No comments yet. Be the first to share your thoughts.