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