You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
I am trying to set branching priority in BARON for some variables but I cannot find any related documentation. Any suggestions how to do this?
Thank you in advance.
Egidio
The text was updated successfully, but these errors were encountered:
It is not currently supported in BARON.jl, but potentially could be. I don't believe I will have time to implement this in the near future, but you could try yourself. The best approach is to add a function to that registers a branching priority with the BaronMathProgModel (i.e. add new field that maps vars to priorities), and then adding a few lines of code to print the branching priority out to the bar file here: https://github.com/joehuchette/BARON.jl/blob/c3fb500d9211acbf11de58a7c1404f4b24f1d846/src/BARON.jl#L255
Hi,
I am trying to set branching priority in BARON for some variables but I cannot find any related documentation. Any suggestions how to do this?
Thank you in advance.
Egidio
The text was updated successfully, but these errors were encountered: