<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
</head>
<body>
<div>
<div>
<div>Thank you! Now I think I have to figure how to get the cuts added by the constraint handler.
</div>
</div>
<div><br>
</div>
<div class="ms-outlook-ios-signature">
<div style="direction: ltr;">Thanks and Regards,</div>
<div style="direction: ltr;">Chaitanya</div>
</div>
</div>
<hr style="display:inline-block;width:98%" tabindex="-1">
<div id="divRplyFwdMsg" dir="ltr"><font face="Calibri, sans-serif" style="font-size:11pt" color="#000000"><b>From:</b> Mueller, Benjamin <benjamin.mueller@zib.de><br>
<b>Sent:</b> Monday, March 30, 2020 5:35:48 PM<br>
<b>To:</b> Naga Venkata Chaitanya Gudapati - nagavenkata.gudapati@studio.unibo.it <nagavenkata.gudapati@studio.unibo.it>; scip@zib.de <scip@zib.de><br>
<b>Subject:</b> Re: [SCIP] How to get the Dual Solution of the cuts added using a constraint handler</font>
<div> </div>
</div>
<div class="BodyFragment"><font size="2"><span style="font-size:11pt;">
<div class="PlainText">Dear Naga,<br>
<br>
you can access the dual solution of a SCIP_ROW by using <br>
SCIProwGetDualsol(). The method SCIPgetDualsolLinear() is returning the <br>
value of SCIProwGetDualsol() for the row that has been generated by a <br>
linear constraint.<br>
<br>
Best,<br>
Benjamin<br>
<br>
On 30.03.20 11:19, Naga Venkata Chaitanya Gudapati - <br>
nagavenkata.gudapati@studio.unibo.it wrote:<br>
> Hello,<br>
><br>
> I might have missed something rudimentary in the SCIP documentation but is there a way to get the dual prices of the added cuts? I add these cuts using a constraint handler.  I know about SCIPgetDualsolLinear but can it also be used for cuts?<br>
><br>
> I am adding a cut and I need to get its dual price so that I can take it into account for the pricing problem after which I can add a new variable.<br>
><br>
> Thanks for your help and please let me know if I need to provide any further information.<br>
><br>
> Regards,<br>
> Naga<br>
> _______________________________________________<br>
> Scip mailing list<br>
> Scip@zib.de<br>
> <a href="https://listserv.zib.de/mailman/listinfo/scip">https://listserv.zib.de/mailman/listinfo/scip</a><br>
<br>
</div>
</span></font></div>
</body>
</html>