mtanneau / MathOptPresolve.jl

Presolve routines for mathematical optimization

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Upgrade legacy code for continuous models

mtanneau opened this issue · comments

Current progress on upgrading legacy code to the new convention (i.e., rules, reductions and apply!-based syntax).

  • Empty row (#13)
  • Row singleton
  • Forcing/Dominated row
  • Fixed variable (#7)
  • Empty column (#18)
  • Free column singleton
  • Dominated column

It would be nice to support QP problems as well.

I think I'll take a stab at empty row today.