Originally posted by: gustavgans123
Hi,
I am new to CPLEX studio and I have a problem with the model that I built.
When I run the configuration, I get the error: "Data entry "xx" was not expected for float[N][N][V]"
Basically I have 4 Nodes (N) and 1 Vehicle (V) and the constant "Ct" is supposed to be the transportation cost between node i in N and j in N for vehicle v in V.
Ct is defined like this in the .mod file:
float Ct[i in N, j in N, v in V] = ...;
and like this in the .dat file:
Ct = [0.4, 10.2,15.4,1,12.7,14.3,15,14,11,16];
I attached the .mod and the . dat file.
Any help is highly appreciated!
BR,
Gustav
#CPLEXOptimizers#DecisionOptimization