Branch and Bound — Introduction Prior to Coding the Algorithm From Scratch

An Introduction to Integer Problems and One of The Ways to Solve Them

TheDataProf
Towards AI
Published in
8 min readSep 23, 2023

--

Introduction

Photo by Possessed Photography on Unsplash

Integer programming (IP) is a special case of linear programming (LP) where the decision variables are restricted to integer values. That is, values such as 2.5 or 4.2 are not…

--

--