Decision Optimization

Decision Optimization

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


#Analytics
#DecisionOptimization
#DecisionOptimization
 View Only
Expand all | Collapse all

Newbie question: operator not available

  • 1.  Newbie question: operator not available

    Posted 03/04/08 05:21 AM

    Originally posted by: SystemAdmin


    [dan said:]

    Hello,

    I'm getting the error: Operator not available for {float} * dvar int
    Is there a problem with multiplying a float with an integer? How do I overcome this?

    Been furiously going through the online help checking for suitable operators for each type. However the online help is not very helpful.

    Using ILOG OPL Development Studio IDE V5.5 & plan to solve using CPLEX.

    Cheers.
    #DecisionOptimization
    #OPLusingCPLEXOptimizer


  • 2.  Re: Newbie question: operator not available

    Posted 03/06/08 07:42 PM

    Originally posted by: SystemAdmin


    [alain.chabrier said:]

    HI,

    (this entry should be moved to OPL forum)

    from the error message, you are trying to multiply an integer with a "set of floats" (i.e. {float})

    You should check you model.
    If you want to share it with us (even paritally) we may help.

    Alain
    #DecisionOptimization
    #OPLusingCPLEXOptimizer