Elevana
Karka LMS
Gani
GANI

🌍 Where You'll See This in Real Life

1

Logistics

optimal delivery routes (TSP)

Amazon, Flipkart and Zomato solve millions of vehicle-routing optimisations daily — minimise total distance subject to capacity constraints.

2

ML

gradient descent trains every neural network

Every neural-network training run is gradient-descent optimisation: minimise loss(W) by moving W in the negative-gradient direction.

3

Finance

portfolio allocation

Portfolio optimisation (Markowitz) maximises expected return for a fixed risk — a quadratic-programming problem solved daily by every fund.

4

Manufacturing

production scheduling

Linear programming schedules production lines to maximise throughput within machine-time and material constraints — born at WWII Pentagon.

5

Energy

power grid load balancing

Power grids run optimal-power-flow solvers every 5 minutes to dispatch the cheapest generation that meets demand and respects line limits.

6

Sports analytics

lineup optimisation

IPL teams optimise auction bids and batting orders using mixed-integer programming — "spend the budget for max expected wins".