<html>
<head>
<meta content="text/html; charset=ISO-8859-1"
http-equiv="Content-Type">
</head>
<body text="#000000" bgcolor="#FFFFFF">
<div class="moz-cite-prefix">Hi Shahin,<br>
<br>
I'm quite sure you are looking for <a
href="http://scip.zib.de/doc/html/pub__tree_8h.php#a4e4c5ce0cf69d803a727a0564f7f16da">SCIPnodeGetAncestorBranchingPath()</a>.<br>
<br>
Since you are also wondering what might be the right way to search
the documentation for provided interface methods, please see <br>
<a class="moz-txt-link-freetext" href="http://scip.zib.de/doc/html/DOC.php">http://scip.zib.de/doc/html/DOC.php</a>, where the different places to
look for methods are explained.<br>
<br>
Basically, when using the SCIP API, you should know which part of
SCIP you want to interact with. If it is, like in your case,
something related to the nodes of the tree, you can look for
public methods in pub_tree.h.<br>
<br>
Modern IDE's often feature auto-completion, which I find very
useful to get to discover available methods in my code where I
need them.<br>
<br>
Kind regards,<br>
Gregor <br>
<br>
<br>
<br>
Am 02.05.2014 01:22, schrieb Shahin Gelareh:<br>
</div>
<blockquote
cite="mid:CA+r-pT4pnObF6a_LRUefDXLZjwSB9TRpDH=u3+TQQB1cxxg43Q@mail.gmail.com"
type="cite">
<div dir="ltr">
<div>
<div>Dear SCIPers<br>
<br>
</div>
Given branch and price algorithm where the original variables
are present and written in terms of lambdas, I let SCIP to
branch on the original variables as it wishes (not interested
to branch myself using those sticking constraint which contain
branching stack info). <br>
</div>
Now my pricing problem also needs to know about those decisions
wherever needed.<br>
<div>
<div>
<div><br>
</div>
<div>What would be the utilities in SCIP to detect for
example at node n all the branching decisions made so far
such that pricing problem do/ do not generate solutions
containing those variables?<br>
<br>
</div>
<div>Is there any internal stack which can be queried? <br>
</div>
<div>Maybe I still do not know how to search in
documentation but I did not really find this one.<br>
<br>
</div>
<div>Thanks in advance.<br>
</div>
<div>
<br>
</div>
<div>Cheers<br>
</div>
<div>Shahin<br>
</div>
</div>
</div>
</div>
<br>
<fieldset class="mimeAttachmentHeader"></fieldset>
<br>
<pre wrap="">_______________________________________________
Scip mailing list
<a class="moz-txt-link-abbreviated" href="mailto:Scip@zib.de">Scip@zib.de</a>
<a class="moz-txt-link-freetext" href="http://listserv.zib.de/mailman/listinfo/scip">http://listserv.zib.de/mailman/listinfo/scip</a>
</pre>
</blockquote>
<br>
</body>
</html>