🎧 The Brief ~3 min listen

Tires, electric trucks, and stock portfolios — the real secret is structuring your maths before you solve it.

Transcript ▼

This is The Brief on the 16 April Decision Optimisation Radar. Today’s briefing covers three breakthroughs where structuring complex maths intelligently allows industries to deploy real-world solutions faster and cheaper.

First, simplifying a massive solver. Bridgestone is using Hexaly’s Mixed Integer Linear Programming (MILP) solver to plan multi-plant tire production over a 4–5 month rolling horizon. The changeover bottleneck makes the maths hard: switching lines takes different amounts of time, and short bursts don’t justify setup costs. Benchmarked against Gurobi, the solver is deployed live right now.

Second, dividing and conquering a transport solver. Calculating delivery routes and battery charging schedules simultaneously causes exponential computational blow-up. Researchers solved this with a bilevel optimisation structure: an outer level picks the route; an inner level independently optimises the charging. This nested approach set 9 out of 10 new records on the IEEE WCCI-2020 benchmarks.

Third, skipping the solver altogether. A new robust hedging paper shows how to protect a financial portfolio — like balancing British Airways shares against oil futures — without a solver. Relying on fixed historical estimates leads to costly over- or under-hedging. A simple box-uncertainty formulation produces a direct formula for the optimal hedge ratio, no solver required, outperforming standard dynamic hedges across a 2016–2024 backtest by reducing unnecessary transaction costs.

Whether you’re manufacturing tires, routing electric trucks, or hedging stocks, the real secret is structuring your maths intelligently before you solve it.

Industry Signals

Industry Signal Manufacturing Mar 2026

Bridgestone Solves Multi-Plant Tire Production Planning with Mixed Integer Programming (MIP) via Hexaly 🔗

Foundation: Production planning across multiple manufacturing plants is the problem of deciding how much of each product to make at which facility, in which period, using which machines, over a rolling planning horizon. When decisions are discrete, such as whether to run a production campaign or which batch to assign to a specific line, the problem becomes a Mixed Integer Program (MIP). Tire manufacturing adds two complicating constraints: switching a line between tire types takes different amounts of time depending on which type precedes which, so the order of production runs matters, not just the mix; and each run must last long enough to justify the setup cost, ruling out short bursts of any single type. Together these make the feasibility structure particularly hard for standard linear relaxations.

Bridgestone, one of the world's largest tire manufacturers, engaged Hexaly to plan multi-plant tire production across a four-to-five month rolling horizon. The planning model simultaneously balances manufacturing efficiency, service levels, machine capacity, and inventory targets. Hexaly's solver combines Mixed Integer Linear Programming (MILP) with decomposition methods and was benchmarked against a Gurobi Mixed Integer Linear Programming (MILP) baseline under the same computational time budget. The case study confirms Hexaly as the production solver for the rolling-horizon plan, deployed in an ongoing operational context rather than as a one-off pilot.

Why it matters: Multi-plant tire production planning at Bridgestone's scale involves hundreds of stock-keeping units (SKUs), multiple facilities, and a horizon long enough that linear relaxations are weak. Hexaly's deployment demonstrates a commercial hybrid solver handling campaign manufacturing constraints in a live planning environment, with a documented benchmark against a leading commercial MIP solver.
Source: Hexaly Customer Case Study — Mar 2026

Research Papers

Research Paper Transport Fleet Management 📋 Case Study arXiv · 14 Apr 2026

Bilevel Late Acceptance Hill Climbing for the Electric Capacitated Vehicle Routing Problem 🔗

This paper addresses a structural gap in metaheuristic search — algorithms that explore large solution spaces by iterative improvement rather than exhaustive enumeration — for electric fleet routing: conventional Vehicle Routing ProblemThe problem of finding the best set of routes for a fleet of vehicles given customer locations, demands, and constraints. First explained 7 Apr 2026. approaches treat routing as the sole decision variable and cannot cheaply evaluate whether a candidate route is battery-feasible when charging station stops must be scheduled along it. Qin, Bazargani, Burke, Coello Coello et al. propose b-LAHC, a bilevel Late Acceptance Hill Climbing (LAHC) framework that structurally separates routing decisions (outer search) from charging scheduling decisions (inner solver), allowing the outer metaheuristic to explore routes freely while the inner level verifies and optimises charging independently for each proposed route. The paper sets 9 out of 10 new best-known solutions on the Institute of Electrical and Electronics Engineers (IEEE) WCCI-2020 benchmark set, with an average 1.07% improvement over prior published records.

📋 Case Study below ↓ arXiv:2604.13013 — Qin, Bazargani, Burke, Coello Coello, Song, Chen · 14 Apr 2026
📋 Case Study Source: paper benchmark — arXiv:2604.13013 Expand for full case ▼
Takeaway
Separating routing from charging into a bilevel metaheuristic structure set new best-known solutions on 9 of 10 ECVRP benchmarks. ↓ Expand to see formulation, difficulty, and full takeaway
Research Paper Finance arXiv · 2 Apr 2026

Hedging Market Risk and Uncertainty via a Robust Portfolio Approach 🔗

Foundation: You own British Airways shares; when oil prices spike, jet fuel costs rise and the shares fall. To cushion that loss, you also hold oil futures — a contract that gains when oil rises — so the two positions partially cancel each other out: that pairing is a hedge. Standard hedging calculates how much of those oil futures to hold relative to your airline shares, using historical price relationships, but when those estimates are unreliable, the ratio can overshoot or undershoot — leaving you either over-hedged and paying unnecessary transaction costs, or under-hedged and exposed when the market moves against you. Robust optimisationA class of optimisation that finds solutions which remain near-optimal under the worst-case realisation of uncertain parameters. First explained 8 Apr 2026. addresses this by finding a hedge ratio that works acceptably across a range of plausible estimates, rather than betting on one estimate being exactly right.

The key idea is to treat each historical price relationship — the kind that tells you how much British Airways shares tend to move when oil prices shift — as uncertain within a tolerance band, rather than trusting one fixed estimate. When those bands are symmetric (equally uncertain in either direction), the safest ratio of oil futures to airline shares turns out to have a direct formula: no optimisation solver needed, just a calculation run at each rebalancing step. Backtested on stock, bond, and commodity exchange-traded funds (ETFs) from 2016 to 2024, the robust hedge ratios delivered better downside protection and less unnecessary trading than standard dynamic hedges — a gap that widened once transaction costs were counted.

Why it matters: A closed-form robust hedge ratio that outperforms dynamic hedging out-of-sample over a nine-year multi-asset backtest is directly deployable in production risk management without solver infrastructure. The box-uncertainty formulation is the simplest robust set structure in the literature, making this a low-barrier entry point for quantitative practitioners who want robust protection against covariance estimation errors without implementing a full conic solver.
arXiv:2604.02126 — Ravagnani, Chiappari, Flori, Mazzarisi, Patacca · 2 Apr 2026

Term of the Day

Bilevel Optimisation

"In many competitive and hierarchical situations, optimising in isolation ignores the fact that others are also optimising." — John von Neumann, on the foundations of game theory and strategic optimisation

Bilevel optimisation (BO) describes any problem where one decision-maker, the leader, optimises their own objective while knowing that a second decision-maker, the follower, will respond by solving their own optimisation problem. The leader cannot control the follower's choice directly, only the environment in which the follower optimises. The leader's feasible set is therefore constrained not by simple inequalities but by the optimality condition of the follower's problem: the leader must predict the follower's best response to every candidate decision.

A concrete example: toll-road pricing

A regional toll authority wants to set prices on three motorway segments to maximise revenue. Once prices are set, tens of thousands of commuters each independently choose the cheapest route through the network, solving their own shortest-path problem. The authority cannot mandate which route anyone takes; it can only change prices and observe how rational drivers re-route.

Without a bilevel formulation, a naive approach sets all tolls to the maximum possible. But if tolls are too high, drivers detour to free roads and revenue drops to zero. The authority's optimal pricing can only be found by embedding the drivers' routing response inside the authority's optimisation: for every candidate price vector, the model computes the routing equilibrium that follows, and that equilibrium determines actual revenue. This nesting is what defines bilevel structure.

Today's ECVRP paper applies the same principle mechanically: the outer metaheuristic (routing decisions) plays the role of the leader; the inner charging scheduler (charging station selection given a fixed route) plays the role of the follower. Solving them in nested layers rather than jointly avoids the exponential blowup of the combined search space.

Why practitioners misread this

The most common confusion is between bilevel optimisation and two-stage Stochastic ProgrammingOptimisation under uncertainty where uncertain parameters are modelled as random variables with known distributions. First explained 7 Apr 2026.. In two-stage stochastic programming, the second stage is a recourse problem the same decision-maker solves after a random outcome is revealed. In bilevel optimisation, the second level is a different decision-maker with their own objective, which may conflict with the leader's. Confusing the two leads practitioners to model adversarial or competitive settings as stochastic programs, which incorrectly assumes the follower cooperates with the leader toward a shared goal.

A second confusion arises with hierarchical Mixed Integer Program (MIP) models, where a single solver optimises two sets of decisions in sequence within the same formulation. This is not bilevel: both levels share the same objective function, and the model is a standard MIP with priority or sequencing constraints. Bilevel requires genuinely separate and potentially conflicting objectives at each level.

Where this shows up in practice

Transport network design is the canonical domain: a network operator designs infrastructure (leader) while users choose routes (follower). Energy market bidding is structurally identical: a generator submits bids (leader) while the market operator dispatches according to merit order (follower, minimising cost). Supply chain pricing applies bilevel when a supplier sets prices and a buyer independently optimises procurement in response. Adversarial security planning models an attacker-defender game: a defender allocates protection resources (leader) and an attacker selects the highest-damage target given protection levels (follower). The first question when reviewing a published planning model involving two agents is: do they have separate objectives? If yes, a standard MIP is almost certainly the wrong formulation.

Daily Synthesis
  • Bridgestone + Hexaly A five-month rolling production plan across multiple tire plants runs in a live environment using MILP-based decomposition via Hexaly, benchmarked against a Gurobi baseline, confirming production-grade MILP for campaign manufacturing at scale.
  • Bilevel LAHC (ECVRP) Structurally separating routing from charging decisions into a bilevel metaheuristic produced new best-known solutions on 9 of 10 IEEE WCCI-2020 benchmark instances, demonstrating that nested decision decomposition improves solution quality on coupled electric VRP problems even without an exact solver.
  • Robust Hedging A box-uncertainty robust hedge ratio derived in closed form outperformed standard dynamic hedges on downside protection and portfolio turnover across a nine-year multi-asset backtest, with the advantage growing when transaction costs are factored in.