File tree Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Original file line number Diff line number Diff line change 1
1
name = " SourceCodeMcCormick"
2
2
uuid = " a7283dc5-4ecf-47fb-a95b-1412723fc960"
3
3
authors = [" Robert Gottlieb <Robert.x.gottlieb@uconn.edu>" ]
4
- version = " 0.3.0 "
4
+ version = " 0.3.1 "
5
5
6
6
[deps ]
7
7
CUDA = " 052768ef-5323-5732-b1bb-66c8b64840ba"
Original file line number Diff line number Diff line change @@ -334,6 +334,12 @@ function default_upper_heuristic(m::EAGO.GlobalOptimizer)
334
334
return bool
335
335
end
336
336
337
+ # Add a custom branching function that branches at the midpoint
338
+ import EAGO: select_branch_point
339
+ function select_branch_point (t:: ExtendGPU , m:: EAGO.GlobalOptimizer , i)
340
+ return EAGO. _mid (EAGO. BranchVar (), m, i)
341
+ end
342
+
337
343
# Disable epigraph reformation, preprocessing, and postprocessing
338
344
import EAGO: reform_epigraph_min!
339
345
function reform_epigraph_min! (m:: EAGO.GlobalOptimizer )
You can’t perform that action at this time.
0 commit comments