Reputation: 3553
I was wondering if there is a way to set the upper bound of the time taken to solve a MILP problem but only on the branch and bound time. I was able to find a parameter for the total running time but I am unable to find the parameter that restricts the branch and bound time.
Upvotes: 0
Views: 226
Reputation: 1688
As far as I know there is no parameter that you can set to achieve this. Just to be clear: Do you mean with branch and bound time the solving time without presolving, or do you mean just the time spent on branching?
Upvotes: 0