Originally posted by: 9050_Zhihai_Zhang
Using cplex 1251, I solved a quadratic program that has a linear objective function and two conic quadratic constraints. CPLEX reported a feasible solution. After that, I checked the slack variable associated with one of the conic quadratic constraints and found that the corresponding constraint (>=0) is infeasible, that is, the value of LHS obtained manually is less than zero (slack variable >0). What's problem?
#CPLEXOptimizers#DecisionOptimization