We are formulating a optimization problem in Cvxpy and using Mosek solver.
Our problem happens to be infeasible.
Debugging of which, we require these two information from Mosek:
Infeasibility Report: We are able to generate this perfectly.
Certificate of Infeasibility: We are unable to get this.
Is there a way to also get the certificate of infeasibility
, when using Mosek with Cvxpy?