Hello,
My cplex model is set to read a csv file using IloOplInputFile, as described in the following discussion: https://stackoverflow.com/questions/56014097/how-can-imposrt-csv-file-to-cplex/56015640#56015640
My question is where to put the csv file, because i've put it in the cplex project file, but my model didn't read it. Any ideas why ?
Thank you.