Delivers prescriptive analytics capabilities and decision intelligence to improve decision-making.
Originally posted by: NRouge
Hi,
I run my model and it appeared error "Data element has already been set." I really don't know why and what possible mistake leading to this error. Please help. I attached my model and data
In the .mod you should turn d and tt into
float d[No,No]=...; float tt[N,N]=...;
float d[No,No]=...;
float tt[N,N]=...;
regards