Delivers prescriptive analytics capabilities and decision intelligence to improve decision-making.
Originally posted by: sandeepsinghchauhan
tuple T
{int p;
int u;
int q;
float k;
}
{T} B = {<p,u,q,k>|p in 1..3,u in 1..2,q in L[p],k in cap[q]}; execute { writeln(B); }
How can i access B in constraints
such as B[<p,u,q,k>] show ERROR:: Not an array type
please help
This looks like https://www.ibm.com/developerworks/community/forums/html/topic?id=b8755870-bb34-42ee-8056-6bd2adec0478&ps=25
regards