lnear Mixed Integer Programming (MIP) is a type of mathematical optimization
where:
Some variables are restricted to be integers
Others are allowed to be continuous (real values)
It combines the characteristics of Linear Programming(LP)and Integer Programming(IP) to solve problems that involve both discrete and continuous decisions.