Decision Optimization

Decision Optimization

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


#Analytics
#DecisionOptimization
#DecisionOptimization
 View Only
  • 1.  IloOplOutputFile: setting encoding?

    Posted 07/19/11 09:16 AM

    Originally posted by: SystemAdmin


    Howdy,

    is it possible to set the encoding when opening a file with
    
    var ofile = 
    
    new IloOplOutputFile(
    "test.txt");
    

    Preferable within OPL-Script and not in the ops-file.

    Regards
    Norbert
    #DecisionOptimization
    #OPLusingCPLEXOptimizer


  • 2.  Re: IloOplOutputFile: setting encoding?

    Posted 05/19/16 05:56 AM

    Originally posted by: Virginie_Grandhaye


    Hi Norbert,

    I hope you found a workaround, for that length of time !

    In case any other wants the same info, it is currently not possible in Cplex Optimization Studio.

    But you can now use DOcplexCloud

    https://developer.ibm.com/docloud/

    Using JSON as input data, your encoding will be the same in your output file.

     

    Cheers,

    Virginie


    #DecisionOptimization
    #OPLusingCPLEXOptimizer