Fig. definition MIP
Fig. Set of feasible solutions MIP
Fig. definition Mixed Binary Linear Program (MBP)
Linear Relaxation (LR) of a Mixed Integer Program
obtained by removing the integrality restrictions on the y variables
Key points LR
1: If in the solution to the linear relaxation all variables (that should be integer) have integer values, then it is also an optimal solution for the (mixed) integer problem
2: The optimal objective value for the linear relaxation will be lower than the one of the (mixed) integer program
Lower bounds for a MIP
minimization -> linear relaxation
maximization -> any feasible solution
Upper bounds for a MIP
minimization -> any feasible solution
maximization -> linear relaxation
Fig. X and Px for MIP
Running time of an algorithm