Delivers prescriptive analytics capabilities and decision intelligence to improve decision-making.
Originally posted by: sandeepsinghchauhan
tuple T { key int p; float s; }
{T} P = ...;
DATA:
i am getting P as
1 1000
2 5000
0 0
why this extra 0 0 occurs and how can i resolve it
please help
Hi,
.dat
P={<1,1000>,<2,5000>};
with your .mod and I get
p s 1 1000 2 5000
in the problem browser.
How do you get your 0 0 ?
regards