Originally posted by: Tugba88
Hello,
I do not know if I am right here. I am studying Mathematics in Germany (because of that, I am sorry about my englisch) and I must program things with SCIP include C (C++). I have never done something like this before and I do not understand how SCIP is “thinking”. The think I must to do is:
I have a written Code about Column Generation. An Instance Data, a Pricer, a Branching rule and a main data in which all the data above are included and the main problem are defined.
The thing I must to do now is: I need in each iteration: the value of the restricted Master problem, the value of the dual variables and the optimal value of the pricing problem. All these value are calculate during the program, but I cannot print out them.
I hope you understand my english and my problem. For the case not I want to do something like here:
http://page.math.tu-berlin.de/~luebbeck/papers/primer.pdf. Something like on page 4 where they print out all values. z^- is the value of the restricted master problem, the pi´s are the dual values and c^-* is the optimal value of the pricing problem. I need these values to plot a diagram as on page 12. But I also have no idea how I can plot things in SCIP.
How I have said: I have no idea how program languages like SCIP,C++ work. I cannot think how these programs do. I am overwhelmed with this situation.
I hope you can give me some tips. Can you propose books or homepages to me??
Thank you in anticipation!
Tugba
#CPLEXOptimizers#DecisionOptimization