What do you understand by linear programming problem.what are the requirements of linear programming problem. what are the basic assumptions of linear programming problem.?
1. What do you understand by Linear Programming Problem? What are the requirements of Linear Programming Problem? What are the basic assumptions of Linear Programming Problem?
BASIC ASSUMPTIONS IN L.P.P ARE:1.LINEARITY: Objective Function and Constraints must be expressed in linear inequalities2.DETERMINISTIC:Coefficient of decision variable in objective function and...
include<stdio.h> #include<conio.h> #include<string.h> void main() { int first,last,flag=1; char str[100]; clrscr(); printf("Enter number to get to check wheather palindrome or...