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 11name = " SourceCodeMcCormick"
22uuid = " a7283dc5-4ecf-47fb-a95b-1412723fc960"
33authors = [" Robert Gottlieb <Robert.x.gottlieb@uconn.edu>" ]
4- version = " 0.3.0 "
4+ version = " 0.3.1 "
55
66[deps ]
77CUDA = " 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)
334334 return bool
335335end
336336
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+
337343# Disable epigraph reformation, preprocessing, and postprocessing
338344import EAGO: reform_epigraph_min!
339345function reform_epigraph_min! (m:: EAGO.GlobalOptimizer )
You can’t perform that action at this time.
0 commit comments