Decision Optimization

Decision Optimization

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

 View Only

Cplex Concert Technology in Java

  • 1.  Cplex Concert Technology in Java

    Posted Sun December 02, 2012 04:47 PM

    Originally posted by: SystemAdmin


    I was wondering how to define or write an OPL tuple in Java using Concert Technology.
    I wand to be able to write a code like this in java and define the Key (cid) as well.
    So far, I have created a java class called Customer and set cid, isAssigned, isInFinalState as variables.
    tuple Customer{
    key string cid;
    int isAssigned;
    int isInFinalState;
    }
    #DecisionOptimization
    #OPLusingCPLEXOptimizer