Originally posted by: Boon_Ilog
Hi,
I am using OPL 6.3 with cplex 12.1.
I have written a model in OPL. My data is coming from MS Access. I use the .dat file to import and export data between Access and the model.
What I would like to do is to be able to export a problem status (or cplex status, or optimizer status) to the Access. Basically what I want to know is whether the model is optimized (including true optimized, or tolerance) or not. I do not know what syntax or code I need to use to get this. I tried to use "cplex.getcplexstatus", but not quite understand how meaning is. Sometimes I get the value of 102??
I expect to see something like Yes or No. No would mean infeasible, unbounded,... problems.
thank you for your help!
Boon
#CPLEXOptimizers#DecisionOptimization