This Julia package provides an abstract framework for branch-and-bound methods. Examples of this package include:
- a branch-and-bound method for a global solution of mixed-integer linear programming (see
./examples/milp.jl
) - a branch-and-bound method for a local solution of mixed-integer nonlinear programming (see
./examples/minlp.jl
)
This package can be installed by
] add https://github.com/kibaekkim/BranchAndBound.jl.git
This material is based upon work supported by the U.S. Department of Energy, Office of Science, under contract number DE-AC02-06CH11357.