Decision Optimization

Decision Optimization

Delivers prescriptive analytics capabilities and decision intelligence to improve decision-making.


#Analytics
#DecisionOptimization
#DecisionOptimization
 View Only
  • 1.  quesiton about .lp file variable and label

    Posted 11/01/12 01:57 PM

    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


  • 2.  Re: quesiton about .lp file variable and label

    Posted 11/01/12 02:01 PM

    Originally posted by: getamail


    never mind, I found it. it is

    settings.setWithNames(true);
    #CPLEXOptimizers
    #DecisionOptimization