Hi,
I have linked a Hydraulic model(SWMM 5.0) to an optimization module (NSGA II) using c++ and called some results from the hydraulic model to the optimization module for an analysis.
However I am not too sure that I have called them correctly and wanted to print those results in a text file so that I can have a feedback.
Could anyone would like to help me to make the coding to print these results in a text file {O[i] and q[j]}.
Following coding are for running the program and for calling the results.