Skip to content

Latest commit

 

History

History
8 lines (5 loc) · 321 Bytes

README.md

File metadata and controls

8 lines (5 loc) · 321 Bytes

Gurobi_stuff

Details about gurobi's implement of MIP aglorithm

In GUROBI1.ipynb we show simple code of using gurobi to solve MIPs

In GUROBI_cbCut_cbLazy.ipynb we show the use of callback and the difference between cbCut and cbLazy(cut).

In GUROBI_Branch&Bound.ipynb we show an example of branch and bound aglorithm.