Decision Optimization

Decision Optimization

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


#Analytics
#DecisionOptimization
#DecisionOptimization
 View Only
  • 1.  inserting data error

    Posted 08/06/12 04:30 AM

    Originally posted by: victortkl


    I think it's a mistake of expression. But i can't the solution.

    tuple OBJ_RST
    {

    string obj_id;
    float val;
    string start;
    string end;
    }

    {OBJ_RST} obj_rst=
    {<obj_str,obj,time_id,time_id>};

    when using obj_rst, either inserting it into the database or writing to the console. it doesn't work,
    with error invalid initial expression obj_rst.

    here, obj is the dexpre.

    if I use {OBJ_RST} obj_rst=
    {<",obj,"b","c">}; instead. it doesn't work either.
    #DecisionOptimization
    #OPLusingCPLEXOptimizer


  • 2.  Re: inserting data error

    Posted 08/06/12 04:37 AM

    Originally posted by: victortkl


    I think I have found the problem. But i can't find the solution.

    because obj is the decision expression. How can I solve it?
    #DecisionOptimization
    #OPLusingCPLEXOptimizer