Originally posted by: Nikolay Kosarev
After upgrading from CPLEX 12.5 to CPLEX 12.5.1, I started to get error 1258 "No LU Factorization exists" for the following quadratic program:
min (x^2 + xy + y^2)
subject to:
x + y <= 4
2x + y <= 6
CPLEX 12.5 returns solution (0,0) for this problem.
What has been changed in 12.5.1? I can't find anything relevant in the release notes.
#CPLEXOptimizers#DecisionOptimization