I am working on a research problem VRP to be specific. I have a graph of nodes which i break into many sectors and then need to get a solution for each sector using CPLEX, and get the results back to python to keep working on it.
i have already written my results in python to a csv file, but it seems kind of hard to deal with csv files in CPLEX and thought that xml files are more popular and can be used in a better way in my problem. I'm open to other suggestion as well (json for example).
thx in advance