Originally posted by: Heungjo
I am trying to use Concert Technology with Java.
I read the problem instance from a MPS file.
cplex.importModel("model.mps");
After reading the problem instance, I would like to populate the matrix information to change some part of it.
Based on the API document, it seems that I have to use IloLPMatrix object.
But, I am not sure how I can get IloLPMatrix object from the active model.
Could somebody help me?
Thank you.
#CPLEXOptimizers#DecisionOptimization