Hi David and all,
I checked out the CSV soution writer and I guess it would be a possibility either to use it as it is, or to modify it for my purposes. But my follow up question would be: how can I then use it inside a script. I guess it would be something like:
instanceWriter = CSVSolutionWriter(?)
instanceWriter.write(myScenarioTree, myResult)
This question is a part of my more general question: how do I solve a stochastic programming problem from a script and process the solution? I guess I could somehow find out from studying the source code, but I'm hoping to get some guidance, since for the ordinary deterministic optimization problems there was some documentation on how to solve them using own-written scripts.
Thanks for the help,