-
Notifications
You must be signed in to change notification settings - Fork 42
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Branching priorities #521
Comments
It's not possible at the moment except if you extract it with a regex. |
Extracting with regex would be ok. Can you add such a method to For branching priorities, we should add field |
Modelling part (@laradicp) :
|
@rrsadykov May I let you do the changes in the branching algorithm and open a PR to merge into master ? I'll tag 0.3.9 just after. |
Implemented in pull request #528 |
In our problem we would need to give different branching priorities for different variables. I will be able to modify
VarBranchingRule
algorithm for that myself. However, I would need to retrieve the name of a variable (without indices), given by the user in JuMP. Is it possible now?The text was updated successfully, but these errors were encountered: