Wikunia / Bonobo.jl

A general branch and bound framework
https://wikunia.github.io/Bonobo.jl/dev
MIT License
31 stars 3 forks source link

Tutorial for using it with a LP solver #29

Closed Wikunia closed 2 years ago

Wikunia commented 2 years ago

Short tutorial of using it as a MIP solver for a JuMP LP solver. Basically an introduction to the most basic usage of Bonobo. Would like to register Bonobo soon to be able to use it for https://github.com/Wikunia/TSPSolver.jl

codecov[bot] commented 2 years ago

Codecov Report

Merging #29 (55c7833) into main (1e2997a) will not change coverage. The diff coverage is n/a.

@@            Coverage Diff            @@
##              main       #29   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files            4         4           
  Lines          127       127           
=========================================
  Hits           127       127           

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 1e2997a...55c7833. Read the comment docs.

matbesancon commented 2 years ago

looks great! For tutorials, you should consider Literate.jl, it makes it easier to run and the docs are executed on CI, making sure everything is still valid at a given version