Decision Optimization

Decision Optimization

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


#Analytics
#DecisionOptimization
#DecisionOptimization
 View Only
  • 1.  A position of ILOG model developer !!

    Posted 12/06/09 12:14 PM

    Originally posted by: Mr.ILOG


    Hi all,

    I'd like to hire a developer for ILOG OPL modeling, please contact me if anyone is interested.

    Location : Taiwan, Taipei

    Brgds & Thanks !!

    Melven
    #DecisionOptimization
    #OPLusingCPLEXOptimizer


  • 2.  Re: A position of ILOG model developer !!

    Posted 01/22/10 08:16 AM

    Originally posted by: SystemAdmin


    hello

    i have a problem to make a tuple inside a tuple
    here is my code

    tuple cham_data {
    int num_ch;
    date DA;
    date DL;
    }

    cham_data cham[K]=...;

    tuple roul_data{

    int num_roul;
    string cat;
    cham_data cham[K] ;

    }
    roul_data roul[J]=...;
    after that i will use "roul[j].cham[k].DL"
    in this code i have 2 errors:
    • type date is not exist
    • expecting a tuple component
    i use ilog opl 5.5 cplex

    could you help me please?
    thanks in advance
    #DecisionOptimization
    #OPLusingCPLEXOptimizer