Skip to content

kibaekkim/BranchAndBound.jl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BranchAndBound.jl

Build Status codecov

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)

Installation

This package can be installed by

] add https://github.com/kibaekkim/BranchAndBound.jl.git

Acknowledgement

This material is based upon work supported by the U.S. Department of Energy, Office of Science, under contract number DE-AC02-06CH11357.