In my JuMP model, the LP file preserves the original variable names, but the MPS file appears to rename them, so how can I map the Gurobi .sol solution back to the original JuMP variables?

This answer by Oscar showed up, could you try that? JuMP : how to read a lp problem from file (lp FORMAT) with variables names? - #2 by odow