Skip to content
SIH Buddyby Ganeev Singh
Dev
All problem statements
SIH26119High risk high rewardacceptance 2/5

Indigenous GPU-Accelerated Optimization Solver (Sovereign Alternative to Express / CEPLEX)

Mangalore Refinery and Petrochemicals Limited (MRPL) · Miscellaneous · Software

Do not attempt a CPLEX alternative — scope hard to a GPU-accelerated first-order LP solver, benchmark it honestly against HiGHS including the instances where you lose, and that narrow, transparent result is worth far more than a broad claim nobody believes.

Data: Public optimization benchmark sets — MIPLIB, Netlib LP, Mittelmann benchmarks

What it actually is

Refinery scheduling, blending and supply chain planning across Indian industry all run on a handful of foreign optimisation solvers — CPLEX, Gurobi, Xpress — with heavy licence costs and no visibility into the algorithms. The ask is to build an indigenous solver core, GPU-accelerated, covering linear, mixed-integer and quadratic programming. The description is explicit that the hard part is the numerical engine, not the modelling interface.

What to build

A solver core rather than a modelling environment: a linear programming engine using a first-order GPU-parallel method suited to large sparse problems, extended toward mixed-integer support through branch-and-bound with presolve, cutting planes and heuristics, exposed through a standard interface that reads MPS and LP files, and — critically — benchmarked honestly against HiGHS and SCIP on the public MIPLIB and Netlib instances with solve times and solution quality reported per instance rather than in aggregate.

Smallest thing that wins the room

Run your GPU LP solver and an established open-source solver side by side on the same large sparse Netlib or MIPLIB instances, and show your solve times and objective values in a per-instance table where you win on some and lose on others, honestly reported.

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.

Moderate110–250 teams expectedroughly 1 in 92–213 wins it

Quieter than 63% of the 226 · #84 of 226 by expected field

A normal-sized field. Your idea has to be good, not miraculous.

Why: company-sponsored statements drew the smallest fields of all.

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

  • PDLP / primal-dual hybrid gradient first-order LP
  • CUDA or CuPy sparse linear algebra
  • MPS and LP file format parsing
  • Branch-and-bound with presolve
  • MIPLIB / Netlib benchmark harness
  • C++ or Julia numerical core
  • Mathematical optimization
  • High-performance computing
  • Sovereign software infrastructure

Prior art to read before you start

optimization solver engine development · GPU-accelerated numerical methods · benchmark-driven solver evaluation

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.