Originally posted by: RafaBeginner
I created a table in a database for storing integers and filled with with exemplary data:
[[1,1,1],[2,2,2],[3,3,3],[4,4,4]] .
How can I read that data in my .dat file, so that these values would initialize an array: int myData[1..4][1..3] ? I know how to read those numbers and store in a set of tuples, but it is not what I want.
Thanks in advance.
#DecisionOptimization#OPLusingCPLEXOptimizer