Originally posted by: sandeepsinghchauhan
tuple TP
{
key int p;
float t;
}
{TP} P = ...;
tuple su {
string r;
string s;
}
{su} Route = ...;
tuple RS {
key TP p;
string r;
string s;
}
{RS} RPr = {<pl.p,r,s> |pl in P, <r,s> in Route};
Error
Cannot use type {<int,string,string>} for {RS}.
Please help
#DecisionOptimization#OPLusingCPLEXOptimizer