What is the fundamental difference between a Linear Programming (LP) problem and an Integer Linear Programming (ILP) problem?
B. ILP problems have an unlimited number of variables, whereas LP problems have a finite number.C. LP problems involve only maximization, while ILP problems involve only minimization.D. LP problems can only be solved graphically, while ILP problems require specialized algorithms.