Originally posted by: Emre.A
Hello all,
I implemented and solved my model in CPLEX. I had written another piece of code which takes a generic constraint matrix, Right hand side values and cost coefficients and computes the lagrangian relaxation. In order to connect the two models, I want to extract (in array forms) these A, b, c matrix, column and row's.
I have been trying to use default functions, but I cant seem to find a corresponding one. I am confused that the task is pretty simple, as I only want it to return the inputs of the model in a sense.
Do you have any ideas? I would really appreciate any help.
Thanks
Emre
#CPLEXOptimizers#DecisionOptimization