What is the correct way to access information about dual rays? #281
-
Hello everyone, I'm developing a functionality in another COIN-OR project, i.e.,
My final goal is to have a dual solution, say
Currently, I've tried to access the aforementioned information by the following functions available in
for the Dual Ray; and
for the Dual Solution. The problem is that if I combine the results of these functions as mentioned before, the resulting dual solution will not be feasible. Is there anything I'm doing wrong? Thanks in advance :) |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
To get the duals for the previous iteration, I suggest -
|
Beta Was this translation helpful? Give feedback.
-
Added an example event1.cpp to Clp/examples in master. Done rather too quickly, but it should give you the idea. |
Beta Was this translation helpful? Give feedback.
Added an example event1.cpp to Clp/examples in master. Done rather too quickly, but it should give you the idea.