I turned off the presolve because i need to get a result but when the result is infesiable and i try to read the result all the result that the program read are 0.
Someone knows how to read it??
I turned off the presolve because i need to get a result but when the result is infesiable and i try to read the result all the result that the program read are 0.
Someone knows how to read it??
What you can do is export into a mps file from pyomo and then import in docplex and then tun the relaxation CPLEX tool:
See Infeasible Solution Handling with Python cvxpy and Python_MIP() (CBC solver)