Given a optimization problem to Cvxpy
, it applies heavy transformation on it before submitting it to solver.
But we require to submit raw / untransformed problem to the solver (since we want to interpret infeasibility report from the solver - e.g. Mosek
, Gurobi
).
Is there a way to:
- Either completely suppress the Cvxpy's transformation?
- Or somehow map the transformed problem back to the original / raw problem?