Skip to content
 
 

Latest commit

 

History

38 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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.

About

A Julia framework for implementing branch-and-bound-type algorithms

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages