Originally posted by: Marouenbg
Hi everybody,
I am trying to relax an infeasible model using the ILOG CPLEX Matlab API.
I used cplex.feasOpt(lhs,rhs,lb,ub) to obtain a feasible solution.
I am interested in the bounds/constraints that were relaxed and the magnitude of the relaxation.
I couldn't find an option to get the information, although it seems that it is possible through other APIs.
Thanks for the help,
#CPLEXOptimizers#DecisionOptimization