mirror of
https://github.com/ANL-CEEESA/MIPLearn.jl.git
synced 2025-12-07 00:48:50 -06:00
Add implementation of textbook branch-and-bound method
This commit is contained in:
@@ -8,7 +8,6 @@ using MIPLearn
|
||||
using PyCall
|
||||
using Test
|
||||
|
||||
const is_gurobi_available = ("GUROBI_HOME" in keys(ENV))
|
||||
if is_gurobi_available
|
||||
using Gurobi
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user