Add implementation of textbook branch-and-bound method

This commit is contained in:
2021-09-15 08:29:37 -05:00
parent 10ebfc2086
commit be0cd98e9d
20 changed files with 1138 additions and 3 deletions

View File

@@ -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