Originally posted by: getamail
I use Java API to load model file and data file, then export an .lp file using
cplex.exportModel("test.lp");
It was successful, but the .lp converts all variable names and constraint label names to something like id1234. I remember there is a setting to show correctly names, not id's. But I just could not find it now. Anyone has clue?
thanks!!!
#CPLEXOptimizers#DecisionOptimization