[SCIP] Branching Decision Data

Gregor Hendel hendel at zib.de
Fri Jul 5 11:50:59 CEST 2019


Hi Sahil,

have a look at the event handler example in the examples directory. In 
your case, it should be enough to write an event handler that catches 
the `SCIP_EVENTTYPE_NODEBRANCHED` event and queries __all__ information 
you need via `SCIPgetLPBranchCands()`.

Happy branching,
Gregor

Am 04.07.19 um 19:35 schrieb Sahil Bhatia:
>
> Hi,
>
> I am trying to solve MIP problem and I want to save branching decision 
> data (branching candidates , variable values) at each node. I am 
> writing the mip problem using the C/C++ API. It would be really 
> helpful if you could point me to  some example or tutorial which is 
> relevant to my problem.
>
> Thanks,
>
> Sahil
>
>
> _______________________________________________
> Scip mailing list
> Scip at zib.de
> https://listserv.zib.de/mailman/listinfo/scip

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://listserv.zib.de/pipermail/scip/attachments/20190705/462492f3/attachment.html>


More information about the Scip mailing list