coin-or/Bonmin

How to get the Nodes at which function is evaluated in BONMIN?

Fahim13OSU opened this issue · 0 comments

I am solving an optimal control problem using Bonmin with IPOPT. I have some discrete parameters as optimization variables.Bonmin solves this problem at different nodes but it I dont know which branches it used. I want to keep track of that solution and node. How can I do that ?