How to eliminate a variable from a JuMP model?

My question is can I perform elimination or projection without using Polyhedra and get a JuMP model w.r.t. x ?

No. JuMP does not contain any built-in functionality for presolve or simplification routines that would project out a subset of the decision variables.

1 Like