Cvxpy: How to Suppress / Backward map the cvxpy's transformed problem?

69 Views Asked by At

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:

  1. Either completely suppress the Cvxpy's transformation?
  2. Or somehow map the transformed problem back to the original / raw problem?
0

There are 0 best solutions below