Skip to content
SIH Buddyby Ganeev Singh
Dev
All problem statements
SIH26027Worth consideringacceptance 4/5

Al-Powered Automatic Block Planning to Maximize Asset Availability for Train Operations on Indian Railways

Ministry of Railways · Transportation & Logistics · Software

One of the few statements where you can prove your solution is better by a real number rather than assert it, but the maintenance backlog is internal data you have to synthesise, so build that generator from published maintenance norms and be transparent about it.

What it actually is

Railway track, overhead wire and signalling teams each separately ask for a window when trains stop running so they can do maintenance, and nobody coordinates those requests. The result is that the line is closed more often than it needs to be. The ask is a system that plans all three departments' maintenance into shared windows without disrupting trains.

What to build

A block scheduling optimiser that takes the maintenance demand side — defects and overdue tasks from the three department systems the statement names — and the supply side of available corridor paths derived from the passenger timetable and goods forecast, and solves for a block plan that co-locates work from Engineering, Traction Distribution and Signalling into shared windows, prioritising tasks by criticality, overdue urgency and impact on asset availability, subject to constraints on work duration, crew and section conflicts, producing both weekly and monthly horizon plans, with an objective function reporting total asset downtime saved against the department-by-department baseline.

Smallest thing that wins the room

Show the same week of maintenance demand planned independently by three departments versus planned by the optimiser, with the section closure hours and the resulting train path impact quantified side by side.

How crowded this one gets

A guess, projected from the 2025 statements — the last year where both the submission counts and the winners were published.

Busy250–500 teams expectedroughly 1 in 212–421 wins it

Quieter than 14% of the 226 · #194 of 226 by expected field · reaches the 500 cap

Busier than most. Expect several teams to arrive at the same obvious solution.

Why: central ministry statements sat below the average.

This is a guess, not a fact

Nobody has published 2026’s numbers yet. This is an analysed estimate from last year’s pattern, so please do not take it as the truth — check the live counter on the SIH portal before you decide anything. The range covers the middle half of likely outcomes, so one statement in two lands outside it. Entry closes at 500 ideas per statement, so no range goes past that — a statement that reaches the cap fills and shuts rather than drawing an unlimited crowd. The model reads only three things a team can see before choosing — software or hardware, the theme, and what kind of body posted it — and those explain about a quarter of the variation in last year’s field sizes (R² 0.25 on held-out statements). Trust the band more than the number, and the ordering more than either. It cannot see how good your idea is, which is the part that actually decides it.

The scores

The number is the shorthand. The line under it is the reason.

What you will be writing

  • Google OR-Tools CP-SAT scheduling
  • mixed integer programming with PuLP
  • Indian Railways published timetable parsing
  • NetworkX section conflict graph
  • React Gantt block plan viewer
  • simulated annealing baseline comparison
  • Railway operations research
  • Maintenance scheduling
  • Combinatorial optimisation

Prior art to read before you start

multi-department maintenance window scheduling · constraint-based resource optimisation · asset downtime minimisation

Analysed by Claude Opus. Every score above is a judgment call with its reasoning attached — kindly cross-check this against the official statement on the SIH portal before your team commits to it.