Originally posted by: bichou
i have cplex 12.6.1 i thought that a version of my Excel 2013 is incompatible i tried to convert file in format excel 2010 but it dosen't work
File.mod
int n=...;
range A=1..n;
tuple vol{
string ID;
string secteur;
string orig;
string dateD;
string heureD;
string dest;
string dateA;
string heureA;
string duree;
}
vol v[A]=...;
File.dat
n=7;
SheetConnection data("kiki.xls");
v from SheetRead (data,"vols");
#CPLEXOptimizers#DecisionOptimization