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
* - Introduced AbstractCustomVarData and AbstractCustomConstrData
- Branching priority for DW subproblems and for AbstractCustomVarData
* Forgot to push one change
* More tests
Copy file name to clipboardExpand all lines: src/branchingpriority.jl
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -10,6 +10,8 @@ The idea is to have both "soft" and "hard" branching priorities. For instance :
10
10
- if the number of branching candidates with priority 4.0 is less than the maximum number of candidates considered, no branching candidates with priority 3.0 will be considered
11
11
- if the number of branching candidates with priority 3.5 is less than the maximum number of candidates considered, then some branching candidates with priority 3.0 will be considered (to bring the total number to the maximum)
12
12
- if the number of branching candidates with priority 3.5 is not less than the maximum number, then no branching candidates with priority 3.0 will be considered
13
+
14
+
Branching priority is also used in rounding and diving heuristics to determine which variables should be fixed first.
0 commit comments