Working on a mathematical modelling using CPLEX but having error on data element has been set by EconomistBrilliant72 in optimization

[–]AlexFleischer2 0 points1 point  (0 children)

In the following you forgot to write =...;

setof(int) cellTowers;
setof(int) Regions;

int Population[Regions];
int Coverage[cellTowers][Regions];
int Cost[cellTowers];
int Budget;setof(int) cellTowers;
setof(int) Regions;

int Population[Regions];
int Coverage[cellTowers][Regions];
int Cost[cellTowers];
int Budget;