Originally posted by: NSopt
Hi.
I am C API user and solving the problem has the form; min || Ax - b ||^2 , Bx + y <= D, x in R, y in Z.
What is the best way to get eigenvalue and eigenvector of (A'*A) or (A*A') matrix by using C API? Thank you.
Best,
NS
#CPLEXOptimizers#DecisionOptimization